From bac2c3b0ab178c1851d6c278d303a803737ae69a Mon Sep 17 00:00:00 2001 From: Blallo Date: Sun, 14 May 2023 11:43:54 +0200 Subject: [PATCH] Change screenshot bindings --- bindings.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bindings.conf b/bindings.conf index 66a9292..0d30ed4 100644 --- a/bindings.conf +++ b/bindings.conf @@ -39,9 +39,10 @@ bindsym Ctrl+Mod1+m exec volumectl mute --mic bindsym XF86MonBrightnessUp exec lightctl raise bindsym XF86MonBrightnessDown exec lightctl lower -bindsym Print exec ~/.bin/screenshot.sh -w -bindsym Ctrl+Print exec ~/.bin/screenshot.sh -s -bindsym Ctrl+Mod1+Print exec ~/.bin/screenshot.sh +bindsym Print exec ~/.bin/screenshot.sh -w -e +bindsym Ctrl+Print exec ~/.bin/screenshot.sh -s -e +bindsym Ctrl+Mod1+Print exec ~/.bin/screenshot.sh -S -e +bindsym Ctrl+Shift+p exec ~/.bin/screenshot.sh -w -e bindsym $mod+Ctrl+p exec mpc toggle bindsym $mod+Ctrl+c exec mpc clear bindsym $mod+Ctrl+k exec 'pkill Xephyr && notify-send "Adam" "Killed"'