From df42eb11403582878b01c55ba453baa8a911521b Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 1 Sep 2019 08:40:06 -0400 Subject: [PATCH] Firefox added to sound startup --- scripts/system-start-audio.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system-start-audio.sh b/scripts/system-start-audio.sh index baa549d..119e676 100644 --- a/scripts/system-start-audio.sh +++ b/scripts/system-start-audio.sh @@ -20,5 +20,6 @@ done alsa_in -d hw:1 & alsa_out -d hw:1 & -# Start up music player +# Start up programs that use audio sleep .1 && i3-msg 'workspace 10; exec google-play-music-desktop-player' +sleep .1 && i3-msg 'workspace 3; exec firefox'