Fix floating toggle
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1a130f03f8
commit
482e0e3dfd
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ bindsym $mod+T split toggle
|
||||||
# Fullscreen toggle
|
# Fullscreen toggle
|
||||||
bindsym $mod+F11 fullscreen toggle
|
bindsym $mod+F11 fullscreen toggle
|
||||||
|
|
||||||
# toggle tiling / floating
|
# Toggle between floating / tilling mode
|
||||||
bindsym $mod+Shift+Space floating toggle
|
bindsym $mod+S floating toggle
|
||||||
|
|
||||||
# Workspace switching
|
# Workspace switching
|
||||||
bindsym $mod+1 workspace $workspace1
|
bindsym $mod+1 workspace $workspace1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue