From 13e2c721235a75fa0c18009d19e4c65918b06aec Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 9 Jul 2021 15:08:05 +0200 Subject: [PATCH] i3: keep only a binding to toggle layout between splitv/splith/tabbed --- config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config b/config index 821a0fc..05f9ceb 100644 --- a/config +++ b/config @@ -84,8 +84,7 @@ bindsym $mod+f fullscreen toggle bindsym $mod+Shift+f fullscreen toggle global # change container layout (tabbed, toggle split) -bindsym $mod+e layout tabbed -bindsym $mod+w layout toggle split +bindsym $mod+w layout toggle splitv splith tabbed bindsym $mod+v split toggle # toggle tiling / floating