Add sticky/pinned window toggle to i3 config
This commit is contained in:
parent
2ca50cbe17
commit
81081856a2
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ bindsym $mod+e layout toggle split
|
|||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# toggle sticky (I always call this 'pinned' so I use P)
|
||||
bindsym $mod+p sticky toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue