Add shortcut to toggle sticky window

master
Ian Mancini 4 years ago
parent 3c6e21ddd1
commit 547125b229

@ -111,6 +111,9 @@ bindsym $mod+e layout toggle split
# Toggle tiling / floating # Toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
# Toggle sticky
bindsym $mod+o sticky toggle
# Change focus between tiling / floating windows # Change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle bindsym $mod+space focus mode_toggle

Loading…
Cancel
Save