From 2be1f841bad672c97cf5b0a80a0323049154ee94 Mon Sep 17 00:00:00 2001
From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com>
Date: Wed, 4 Nov 2020 20:59:16 +0100
Subject: [PATCH] Set workspace 1 and 2 to be on primary. On single monitors
 won't change anything but on dual will leave at least 2 wks on primary

---
 dotfiles/i3/config | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dotfiles/i3/config b/dotfiles/i3/config
index ab79b67..2dc7fec 100644
--- a/dotfiles/i3/config
+++ b/dotfiles/i3/config
@@ -139,9 +139,8 @@ bar {
 }
 
 # window rules, you can find the window class using xprop
-#workspace 1 output DVI-I-1
-#workspace 2 output DVI-I-1
-#workspace 3 output DVI-D-1
+workspace 1 output primary
+workspace 2 output primary
 for_window [class=".*"] border pixel 2
 assign [class=Firefox|Transmission-gtk] 1
 assign [class=Thunar|File-roller] 1