From be8f25cd2b49d77599b975b2793cffb8a4867d61 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Sep 2021 20:07:33 +0300 Subject: [PATCH] Assign vscode to 2nd workspace --- i3_config | 1 + 1 file changed, 1 insertion(+) diff --git a/i3_config b/i3_config index 7438f0f..f7eb97b 100644 --- a/i3_config +++ b/i3_config @@ -29,6 +29,7 @@ exec_always --no-startup-id dunst # Assign applications to workspaces assign [class="firefox"] $ws1 assign [class="Steam"] $ws3 +assign [class="Code"] $ws2 # Force these applications to be floating for_window [class="Steam"] floating enable