From 43697a0617821ff2075276f5f06781d442fe0368 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 6 Jul 2021 00:03:18 +0200 Subject: [PATCH] i3: ensure spotify starts on the right workspace Spotify still does not assign the class before mapping the window... --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 2b2a35b..e19c2a8 100644 --- a/config +++ b/config @@ -158,6 +158,7 @@ bindsym $mod+grave exec ~/.config/i3/bin/quake --name $quake --term $term no_focus [class="zoom" window_type="dialog"] for_window [class="Shadow"] fullscreen enable for_window [window_role="PictureInPicture"] floating enable +for_window [class="Spotify"] move to workspace number 3 # Start stuff exec_always --no-startup-id systemctl --user start --no-block i3-session.target