[sway] use 0 for scratchpad
This commit is contained in:
parent
1e4e1442d3
commit
87ded898fc
1 changed files with 12 additions and 0 deletions
12
sway/config.d/scratchpad.conf
Normal file
12
sway/config.d/scratchpad.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Scratchpad:
|
||||
#
|
||||
# Sway has a "scratchpad", which is a bag of holding for windows.
|
||||
# You can send windows there and get them back later.
|
||||
|
||||
## Action // Move window to scratchpad ##
|
||||
bindsym $mod+Shift+agrave move scratchpad, exec "waybar-signal scratchpad"
|
||||
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
## Action // Toggle scratchpad ##
|
||||
bindsym $mod+agrave scratchpad show, exec "waybar-signal scratchpad"
|
||||
Loading…
Add table
Reference in a new issue