From b2fb488652a318e9f0f83c5f2390a6c3aea4d860 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Wed, 30 Nov 2022 15:22:14 -0500 Subject: [PATCH] Moved the part that writes brlapi stuff outside the sound if statement, not sure why it was there in the first place, I must have needed more coffee... --- i38.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i38.sh b/i38.sh index fc71f21..4665e67 100755 --- a/i38.sh +++ b/i38.sh @@ -403,9 +403,9 @@ bindsym Escape mode "default" # Auto start section $(if [[ $sounds -eq 0 ]]; then echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py" - if [[ $brlapi -eq 0 ]]; then - echo 'exec --no-startup-id xbrlapi --quiet' - fi +fi +if [[ $brlapi -eq 0 ]]; then + echo 'exec --no-startup-id xbrlapi --quiet' fi if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r'