diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 0980d09..a633f0d 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -89,6 +89,7 @@ bindsym $mod+shift+d exec --no-startup-id i3-dmenu-desktop # Print screen set $screenshot_file '/home/nemo/Desktop/Screenshots/%Y-%m-%d_%H-%M-$wx$h.png' bindsym Print exec escrotum --select --selection-delay 300 $screenshot_file +bindsym $mod+I exec escrotum --select --selection-delay 300 $screenshot_file bindsym Shift+Print exec escrotum --clipboard --select --selection-delay 300 $screenshot_file bindsym $mod+Shift+I exec escrotum --clipboard --select --selection-delay 300 $screenshot_file bindsym Ctrl+Print exec scrot --focused --count --delay 0.5 --quality 80 --silent $screenshot_file