From 84d4a93c92de5c48ab9308d4c5bd4e67f9089f01 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 16:05:34 +0200 Subject: [PATCH] i3: prefer tabbed windows --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 35fb21e..697a9f4 100644 --- a/config +++ b/config @@ -83,8 +83,8 @@ bindsym $mod+Ctrl+$right resize grow width 10 px or 2 ppt bindsym $mod+f fullscreen toggle bindsym $mod+Shift+f fullscreen toggle global -# change container layout (stacked, toggle split) -bindsym $mod+e layout stacking +# change container layout (tabbed, toggle split) +bindsym $mod+e layout tabbed bindsym $mod+w layout toggle split # toggle tiling / floating