Add sticky toggle
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b199056944
commit
b2ad03c8f4
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ bindsym $mod+e layout toggle split
|
|||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# Set sticky modifier to keep floating windows on all workspaces
|
||||
bindsym $mod+Shift+w sticky toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
||||
|
|
Loading…
Reference in a new issue