Extend keybindings for handling tiling/floating modes

This commit is contained in:
finga 2025-01-26 14:39:53 +01:00
parent 6bd589e725
commit ae8de34f69

View file

@ -46,7 +46,10 @@ bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
# toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
# swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle
# focus the parent container