From 12bbeb2ffc098e01d02415a6a0fe09798c7b4c6e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 5 Mar 2020 11:19:44 +0200 Subject: [PATCH] i3: change workspace_layout to tabbed in hopes of encouraging less tabs --- conf/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 4eef98bc..6cf60065 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -138,9 +138,9 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child -# Default to stacking layout as it should be easy to make a grid and I -# probably have too small monitor to benefit from "default", -workspace_layout stacking +# Tabbed uses less space and may show me when I have too many windows in a +# single workspace +workspace_layout tabbed # Centerize window titles title_align center