Merge branch 'master' of github.com:stormdragon2976/I38

This commit is contained in:
Storm Dragon
2022-11-24 12:14:27 -05:00
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