From a8e1e25ce43499c6fa8154e1ac6628aa1501e31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Wadstr=C3=B6m?= Date: Wed, 2 Sep 2020 20:26:52 +0200 Subject: [PATCH] Replace stacking layout with correct split binding. --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 2351714..8663aea 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -109,11 +109,11 @@ bindsym $mod+Mod1+$down move workspace to output down # You can "split" the current object of your focus with # $mod+b or $mod+v, for horizontal and vertical splits # respectively. - bindsym $mod+b splith + bindsym $mod+s splith bindsym $mod+v splitv # Switch the current container between different layout styles - bindsym $mod+s layout stacking + #bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split