From e293626dcbb842768d2bfa1472add15e3b0a3890 Mon Sep 17 00:00:00 2001 From: lub Date: Wed, 2 Aug 2023 19:00:25 +0200 Subject: [PATCH] change sway config to nextcloud-screenshot.ps1 --- dotfiles/sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index 098701b..8395610 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -265,7 +265,7 @@ bindsym $mod+p exec 'alacritty --command pwsh' #requires grim,slurp,wl-clipboard bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy' bindsym alt+ctrl+shift+s exec 'grim - | wl-copy' -bindsym $mod+alt+ctrl+shift+s exec 'pwsh -Command matrix-screenshot.ps1' +bindsym $mod+alt+ctrl+shift+s exec 'pwsh -Command nextcloud-screenshot.ps1' #brightness bindsym XF86MonBrightnessUp exec 'sudo brightnessctl -d intel_backlight s +5%'