Forgot to add --no-startup-id xbrlapi

This commit is contained in:
2022-11-24 09:42:53 -07:00
parent 5d719984eb
commit 06b2a28852
2 changed files with 2 additions and 1 deletions

2
i38.sh
View File

@@ -369,7 +369,7 @@ bindsym Escape mode "default"
$(if [[ $sounds -eq 0 ]]; then
echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py"
if [[ $brlapi -eq 0 ]]; then
echo 'exec xbrlapi --quiet'
echo 'exec --no-startup-id xbrlapi --quiet'
fi
fi
if [[ $dex -eq 0 ]]; then