From bbf6d0fcfcd7e433c812940fc212697f822016f4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Mar 2024 10:19:36 +0300 Subject: [PATCH] Sway : Add tiling cycle. --- module/sway/module/20-Tiling | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/module/sway/module/20-Tiling b/module/sway/module/20-Tiling index 6bef507..3d2d58c 100644 --- a/module/sway/module/20-Tiling +++ b/module/sway/module/20-Tiling @@ -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