From 3604d6db3faccf70ecb0cdcfd36cdbe182a84ff6 Mon Sep 17 00:00:00 2001 From: djib Date: Thu, 7 Nov 2024 12:30:37 +0100 Subject: [PATCH] Force tabbed mode by default --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 7290582..9e13e13 100644 --- a/config +++ b/config @@ -156,6 +156,7 @@ input "type:keyboard" { bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split + workspace_layout tabbed # Make the current focus fullscreen bindsym $mod+f fullscreen