From 9e306955a8e3528d2b31ba8715e268a4252431b9 Mon Sep 17 00:00:00 2001 From: reo6 Date: Mon, 8 May 2023 11:43:35 +0300 Subject: [PATCH] [i3] Scrot selection screenshot key binding --- i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/config b/i3/config index 599e1bc..a95e047 100644 --- a/i3/config +++ b/i3/config @@ -65,6 +65,7 @@ bindsym $mod+m exec emacsclient -c -a 'emacs' # Start firefox bindsym $mod+f exec firefox +bindsym --release $mod+s exec scrot -s -e 'xclip -selection clipboard -t image/png -i $f' bindsym $mod+Shift+p exec scrcpy # kill focused window bindsym $mod+Shift+q kill