From a6f824524124d0cae7dcb06d55207cf8109d7b18 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 23 Jun 2024 09:22:03 -0400 Subject: [PATCH] Launch Librewolf on startup --- scripts/bin/audio/system-start-audio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bin/audio/system-start-audio.sh b/scripts/bin/audio/system-start-audio.sh index b13c265..2e40106 100755 --- a/scripts/bin/audio/system-start-audio.sh +++ b/scripts/bin/audio/system-start-audio.sh @@ -26,7 +26,7 @@ function fixPulse() { function launchi3() { if [ -z "$skipi3" ]; then echo Opening i3wm sound workspaces - sleep .1 && i3-msg 'workspace 5; exec firefox' + sleep .1 && i3-msg 'workspace 5; exec librewolf' sleep 5.1 && python ~/bin/start-firefox.py fi }