From f2ef049f7f5b689229f375034a8750c3c8fd45fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 7 Dec 2018 18:42:30 +0100 Subject: [PATCH] Default to tabbed in i3 --- i3/.config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 14890c9..6a1213b 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -254,6 +254,7 @@ client.urgent #2f343a #101010 #93a1a1 #900000 default_border pixel 5 # smart_borders on +workspace_layout tabbed for_window [title="^floatingwin"] floating enable; for_window [title="^capture"] floating enable;