Added optional support for x11bell: https://github.com/jovanlanik/x11bell
This commit is contained in:
parent
8c29d40616
commit
f2ab61b389
@ -32,6 +32,7 @@ An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](ht
|
|||||||
- sox: for sounds.
|
- sox: for sounds.
|
||||||
- transfersh: [optional] for file sharing GUI
|
- transfersh: [optional] for file sharing GUI
|
||||||
- udiskie: [optional] for automatically mounting removable storage
|
- udiskie: [optional] for automatically mounting removable storage
|
||||||
|
- x11bell: [optional] Bell support if you do not have a PC speaker. Available from https://github.com/jovanlanik/x11bell
|
||||||
- xclip: Clipboard support
|
- xclip: Clipboard support
|
||||||
- xbacklight: [optional] for screen brightness adjustment
|
- xbacklight: [optional] for screen brightness adjustment
|
||||||
- xorg-setxkbmap: [optional] for multiple keyboard layouts
|
- xorg-setxkbmap: [optional] for multiple keyboard layouts
|
||||||
|
3
i38.sh
3
i38.sh
@ -667,6 +667,9 @@ if [[ $dex -eq 0 ]]; then
|
|||||||
echo 'exec --no-startup-id dex --autostart --environment i3'
|
echo 'exec --no-startup-id dex --autostart --environment i3'
|
||||||
else
|
else
|
||||||
echo '# Startup applications'
|
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 --no-startup-id clipster -d'
|
||||||
echo 'exec orca'
|
echo 'exec orca'
|
||||||
echo "exec_always --no-startup-id ${i3Path}/scripts/desktop.sh"
|
echo "exec_always --no-startup-id ${i3Path}/scripts/desktop.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user