From d5416c7669536f73e45964d73defe5b7b04e382e Mon Sep 17 00:00:00 2001 From: dezeroku Date: Wed, 4 Oct 2023 18:20:17 +0200 Subject: [PATCH] i3: bind more workspaces to primary --- roles/i3/templates/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/i3/templates/config b/roles/i3/templates/config index a92efba..c3aac0c 100644 --- a/roles/i3/templates/config +++ b/roles/i3/templates/config @@ -165,6 +165,9 @@ bindsym $mod+Shift+0 move container to workspace $ws10 # bind workspaces to outputs workspace $ws2 output primary +workspace $ws3 output primary +workspace $ws4 output primary +workspace $ws5 output primary # reload the configuration file bindsym $mod+Shift+c reload