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
|
bindsym $mod+Return exec i3-sensible-terminal
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym Print exec --no-startup-id sc
|
bindsym Shift+Print exec --no-startup-id gnome-screenshot -ca
|
||||||
bindsym Shift+Print exec --no-startup-id sc -a
|
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -i
|
||||||
bindsym Mod1+Shift+Print exec --no-startup-id gnome-screenshot -ca
|
bindsym Print exec --no-startup-id gnome-screenshot -c
|
||||||
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -c
|
|
||||||
bindsym $mod+Print exec --no-startup-id gnome-screenshot -i
|
# TUpload
|
||||||
|
bindsym $mod+Print exec --no-startup-id sc
|
||||||
|
bindsym $mod+Shift+Print exec --no-startup-id sc -a
|
||||||
|
|
||||||
|
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -89,7 +91,6 @@ mode "resize" {
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
bindsym Right resize grow width 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"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
Loading…
Reference in a new issue