Cleanup screenshot keys
This commit is contained in:
parent
3a3d66c045
commit
e8e9edb78b
1 changed files with 8 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue