sway: update scratchpads

This commit is contained in:
Konstantin Koslowski 2021-08-12 11:23:50 +02:00
parent 2d33a5c32e
commit bd9e765f49

10
config
View file

@ -182,9 +182,9 @@ bindsym $mod+Shift+b border toggle
bindsym $mod+space focus mode_toggle bindsym $mod+space focus mode_toggle
# Move focus to the parent container # Move focus to the parent container
bindsym $mod+a focus parent bindsym $mod+i focus parent
# Move focus to the child # Move focus to the child
bindsym $mod+Shift+a focus child bindsym $mod+Shift+i focus child
# #
## Volume ## Volume
@ -222,11 +222,17 @@ gaps right 0
# Scratchpad: # Scratchpad:
# #
# Move the currently focused window to the scratchpad # Move the currently focused window to the scratchpad
bindsym $mod+Shift+a mark a; move scratchpad
bindsym $mod+Shift+s mark s; move scratchpad bindsym $mod+Shift+s mark s; move scratchpad
bindsym $mod+Shift+d mark d; move scratchpad
bindsym $mod+Shift+z mark z; floating enable; resize set width 1200; resize set height 700; move scratchpad bindsym $mod+Shift+z mark z; floating enable; resize set width 1200; resize set height 700; move scratchpad
bindsym $mod+Shift+x mark x; floating enable; resize set width 1200; resize set height 700; move scratchpad bindsym $mod+Shift+x mark x; floating enable; resize set width 1200; resize set height 700; move scratchpad
bindsym $mod+Shift+c mark c; floating enable; resize set width 1200; resize set height 700; move scratchpad bindsym $mod+Shift+c mark c; floating enable; resize set width 1200; resize set height 700; move scratchpad
# bindsym $mod+s [con_mark="^(?!(c|d)$)"] scratchpad show
bindsym $mod+Ctrl+s scratchpad show
bindsym $mod+a [con_mark="a"] scratchpad show
bindsym $mod+s [con_mark="s"] scratchpad show bindsym $mod+s [con_mark="s"] scratchpad show
bindsym $mod+d [con_mark="d"] scratchpad show
bindsym $mod+z [con_mark="z"] scratchpad show bindsym $mod+z [con_mark="z"] scratchpad show
bindsym $mod+x [con_mark="x"] scratchpad show bindsym $mod+x [con_mark="x"] scratchpad show
bindsym $mod+c [con_mark="c"] scratchpad show bindsym $mod+c [con_mark="c"] scratchpad show