From a8a86ad5907b70c00823e9b1dd71b237a87a0c55 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 17 Jul 2021 22:25:47 +0200 Subject: [PATCH] i3: don't start Spotify automatically Not needed. --- config | 2 -- 1 file changed, 2 deletions(-) diff --git a/config b/config index f271f54..7b7b700 100644 --- a/config +++ b/config @@ -164,7 +164,6 @@ bindsym $mod+Shift+i nop "workspace-info" no_focus [window_type="splash"] for_window [class="Shadow"] fullscreen enable for_window [window_role="PictureInPicture"] floating enable -for_window [class="Spotify"] move to workspace number 3 for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px # Start stuff @@ -172,5 +171,4 @@ exec_always --no-startup-id exec systemctl --user start --no-block i3-session.ta exec --no-startup-id exec i3-msg "\ workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec exec emacs; exec exec $term; exec exec $term; \ workspace number 2; exec exec firefox; \ - workspace number 3; exec exec $mediaplayer; \ workspace number 1"