sway: add rules for scratchpad
This commit is contained in:
parent
4dae0c27d5
commit
95aef548a0
1 changed files with 4 additions and 6 deletions
10
config
10
config
|
@ -173,15 +173,13 @@ gaps right 0
|
||||||
#
|
#
|
||||||
# Scratchpad:
|
# Scratchpad:
|
||||||
#
|
#
|
||||||
# Sway has a "scratchpad", which is a bag of holding for windows.
|
|
||||||
# You can send windows there and get them back later.
|
|
||||||
|
|
||||||
# Move the currently focused window to the scratchpad
|
# Move the currently focused window to the scratchpad
|
||||||
bindsym $mod+Shift+s move scratchpad
|
bindsym $mod+Shift+s move scratchpad
|
||||||
|
|
||||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
|
||||||
bindsym $mod+s scratchpad show
|
bindsym $mod+s scratchpad show
|
||||||
|
# special apps
|
||||||
|
bindsym $mod+z [class="^Rambox"] scratchpad show
|
||||||
|
bindsym $mod+c [class="^Signal"] scratchpad show
|
||||||
|
bindsym $mod+x [class="^Ferdi"] scratchpad show
|
||||||
#
|
#
|
||||||
# Resizing containers:
|
# Resizing containers:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue