i3: add a way to toggle sticky windows

This commit is contained in:
Vincent Bernat 2023-02-19 14:01:33 +01:00
parent ef3af3f597
commit 7763041438

3
config
View file

@ -88,6 +88,9 @@ bindsym $mod+v split toggle
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# toggle sticky
bindsym $mod+period sticky toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle