From 621658df579dd997dc59f3a017026da4fd14b1c5 Mon Sep 17 00:00:00 2001 From: dezeroku Date: Tue, 26 Sep 2023 22:00:11 +0200 Subject: [PATCH] i3: assign the browser workspace to primary output --- roles/i3/templates/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/i3/templates/config b/roles/i3/templates/config index ab93747..82e4d22 100644 --- a/roles/i3/templates/config +++ b/roles/i3/templates/config @@ -163,6 +163,9 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 +# bind workspaces to outputs +workspace $ws2 output primary + # reload the configuration file bindsym $mod+Shift+c reload