i3: don't start Spotify automatically

Not needed.
This commit is contained in:
Vincent Bernat 2021-07-17 22:25:47 +02:00
parent 45bb6c3194
commit a8a86ad590

2
config
View file

@ -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"