Added optional support for x11bell: https://github.com/jovanlanik/x11bell

This commit is contained in:
Storm Dragon
2024-09-11 02:19:23 -04:00
parent 8c29d40616
commit f2ab61b389
2 changed files with 4 additions and 0 deletions

3
i38.sh
View File

@ -667,6 +667,9 @@ if [[ $dex -eq 0 ]]; then
echo 'exec --no-startup-id dex --autostart --environment i3'
else
echo '# Startup applications'
if command -v x11bell &> /dev/null ; then
echo 'exec --no-startup-id x11bell play -nqV0 synth .1 sq norm -12'
fi
echo 'exec --no-startup-id clipster -d'
echo 'exec orca'
echo "exec_always --no-startup-id ${i3Path}/scripts/desktop.sh"