Sway : Add tiling cycle.
This commit is contained in:
parent
1709aa466e
commit
bbf6d0fcfc
|
@ -1,5 +1,5 @@
|
||||||
# Toggle tiling.
|
# Toggle tiling.
|
||||||
# bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Tab floating toggle
|
||||||
|
|
||||||
# Swap focus between the tiling area and the floating area
|
# Swap focus between the tiling area and the floating area
|
||||||
# bindsym $mod+space focus mode_toggle
|
# bindsym $mod+space focus mode_toggle
|
||||||
|
@ -11,11 +11,8 @@
|
||||||
bindsym $mod+backslash splith
|
bindsym $mod+backslash splith
|
||||||
bindsym $mod+minus splitv
|
bindsym $mod+minus splitv
|
||||||
|
|
||||||
# Switch the current container between different layout styles
|
# Switch the current container between different layout styles.
|
||||||
# TODO: Rekey.
|
bindsym $mod+Shift+Tab layout toggle split tabbed
|
||||||
# bindsym $mod+s layout stacking
|
|
||||||
# bindsym $mod+w layout tabbed
|
|
||||||
# bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
# Fullscreen.
|
# Fullscreen.
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
|
Loading…
Reference in a new issue