[sway] More sensible screenshot shortcuts

This commit is contained in:
Lucien Cartier-Tilet 2023-03-27 09:58:15 +02:00
parent 2f4f9cb30d
commit e3289051ef
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 3 deletions

View File

@ -181,7 +181,6 @@ mode "leader" {
bindsym l exec "plock"; mode "default"
bindsym q mode "sway"
bindsym w mode "windows"
bindsym Print mode "screenshot"
bindsym Return mode "default"
bindsym Escape mode "default"
@ -222,8 +221,8 @@ mode "screenshot" {
bindsym $mod+Space mode "leader"
bindsym $mod+Return exec $term
bindsym $mod+d exec $menu
bindsym Print exec "screenshot -c"
bindsym $mod+Print mode "screenshot"
bindsym Print mode "screenshot"
bindsym $mod+Print exec "screenshot -c"
bindsym $mod+quotedbl workspace number 1
bindsym $mod+guillemotleft workspace number 2