start volumeicon on startup

pull/40/head
TomasM 2017-11-03 20:41:27 -04:00
parent 210abb4bfb
commit decea6a215
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,19 @@
[StatusIcon]
stepsize=5
lmb_slider=false
mmb_mute=false
use_horizontal_slider=false
show_sound_level=false
onclick=xterm -e 'alsamixer'
theme=White Gnome
[Hotkeys]
up_enabled=false
down_enabled=false
mute_enabled=false
up=XF86AudioRaiseVolume
down=XF86AudioLowerVolume
mute=XF86AudioMute
[Alsa]
card=default

View File

@ -50,6 +50,9 @@ rm -f $SIGNALFILE
) &
# volume icon in system tray
volumeicon &
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.