add spotify to autostartup

This commit is contained in:
Alex Kelly 2022-10-14 14:43:27 -04:00
parent d59cf1dbf5
commit e763ab2d15

View file

@ -23,6 +23,9 @@ exec --no-startup-id "i3-msg 'workspace $ws4; append_layout ~/.config/i3/layout/
exec --no-startup-id "i3-msg 'workspace $ws5; append_layout ~/.config/i3/layout/w5.json'"
exec --no-startup-id "i3-msg 'workspace $ws6; append_layout ~/.config/i3/layout/w6.json'"
# disable the urgency flags on all windows at startup
exec --no-startup-id ~/bin/disable_startup_urgency.sh
# use gnome settings to set gnome things to dark mode by default
exec --no-startup-id /usr/libexec/gsd-xsettings
@ -48,5 +51,5 @@ exec --no-startup-id /usr/bin/thunderbird
# Switch to the terminal/email workspace by default
exec --no-startup-id "i3-msg workspace $ws3"
# disable the urgency flags on all windows at startup
exec --no-startup-id ~/bin/disable_startup_urgency.sh
# Start spotify from the stupid flatpak
exec --no-startup-id "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"