Add keybinding for toggling between floating and tiling modes

This commit is contained in:
2021-10-11 19:46:58 +03:00
parent 04b6336aac
commit 9c4811cdee

View File

@@ -161,6 +161,9 @@ bindsym $mod+e layout toggle split
# Toggle between stacking/tabbed/split
bindsym $mod+x layout toggle
# Toggle window state between tiling and floating
bindsym $mod+z floating toggle
# switch to workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2