From 627dbe588553559b6e353ccd1d5fd364c48663e7 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 2 Aug 2019 15:35:35 +0200 Subject: [PATCH] [sway] Fix area screenshot --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 1f05a16..e8e7adc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -218,7 +218,7 @@ bindsym $mod+z exec swaylock -c 000000 # Take full screen screenshot with PrtScr bindsym Print exec grim -t png /tmp/screen.png # Take area screenshot with Shift+PrtScr -bindsym Shift+Print exec slurp +bindsym Shift+Print exec grim -g "$(slurp)" /tmp/screen.png # Remove title from windows default_border pixel 1