mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-28 14:55:01 +02:00
i3: add a way to toggle sticky windows
This commit is contained in:
parent
ef3af3f597
commit
7763041438
1 changed files with 3 additions and 0 deletions
3
config
3
config
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue