Cleanup screenshot keys

This commit is contained in:
Jake Howard 2017-10-19 21:01:47 +01:00
parent 3a3d66c045
commit e8e9edb78b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -28,11 +28,13 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
bindsym $mod+Return exec i3-sensible-terminal
# Screenshots
bindsym Print exec --no-startup-id sc
bindsym Shift+Print exec --no-startup-id sc -a
bindsym Mod1+Shift+Print exec --no-startup-id gnome-screenshot -ca
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -c
bindsym $mod+Print exec --no-startup-id gnome-screenshot -i
bindsym Shift+Print exec --no-startup-id gnome-screenshot -ca
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -i
bindsym Print exec --no-startup-id gnome-screenshot -c
# TUpload
bindsym $mod+Print exec --no-startup-id sc
bindsym $mod+Shift+Print exec --no-startup-id sc -a
bindsym $mod+Shift+q kill
@ -89,8 +91,7 @@ mode "resize" {
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"