Add sticky/pinned window toggle to i3 config

This commit is contained in:
Trysdyn Black 2022-05-16 17:22:54 -07:00
parent 2ca50cbe17
commit 81081856a2

View file

@ -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