From 9a9514a18eaf235eab9ff51c1ca55e00084bb6cf Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 16 Feb 2022 15:28:10 +0100 Subject: [sway+zshrc] enable screenshot --- .config/sway/config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index d7da3d2..ccf1455 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -121,6 +121,15 @@ mouse_warping none bindsym Shift+XF86AudioLowerVolume exec amixer set Master 1%- bindsym Shift+XF86AudioRaiseVolume exec amixer set Master 1%+ +# +# Screenshot +# + + set $print_key F13 + set $print_code 183 + bindcode $print_code exec grim + bindcode $mod+$print_code exec grim -g "$(slurp)" + # # Moving around: # -- cgit v1.2.3