Sway : Add tiling cycle.

This commit is contained in:
Dmitry Voronin 2024-03-28 10:19:36 +03:00
parent 1709aa466e
commit bbf6d0fcfc

View file

@ -1,5 +1,5 @@
# Toggle tiling.
# bindsym $mod+Shift+space floating toggle
bindsym $mod+Tab floating toggle
# Swap focus between the tiling area and the floating area
# bindsym $mod+space focus mode_toggle
@ -11,11 +11,8 @@
bindsym $mod+backslash splith
bindsym $mod+minus splitv
# Switch the current container between different layout styles
# TODO: Rekey.
# bindsym $mod+s layout stacking
# bindsym $mod+w layout tabbed
# bindsym $mod+e layout toggle split
# Switch the current container between different layout styles.
bindsym $mod+Shift+Tab layout toggle split tabbed
# Fullscreen.
bindsym $mod+f fullscreen