From e763ab2d15f0300b3c758540980b29c5fff062da Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 14 Oct 2022 14:43:27 -0400 Subject: [PATCH] add spotify to autostartup --- autostart.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autostart.conf b/autostart.conf index 705f931..79d06d1 100644 --- a/autostart.conf +++ b/autostart.conf @@ -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"