Added optional support for x11bell: https://github.com/jovanlanik/x11bell
This commit is contained in:
3
i38.sh
3
i38.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user