From f1a6b49e6231b815739a005ecba6db4fb2165a11 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 14 May 2020 13:07:55 +0200 Subject: [PATCH] Change bindsym for saved screenshot --- .config/i3/config_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_common b/.config/i3/config_common index 12f1eac..9d2bf32 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -99,7 +99,7 @@ bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend bindsym Mod4+e exec nemo # screenshot and save to file -bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s +bindsym Shift+Print exec ~/.config/i3/scripts/screenshot.py -s # screenshot and upload to Lychee bindsym Print exec ~/.config/i3/scripts/screenshot.py -u