start volumeicon on startup
parent
210abb4bfb
commit
decea6a215
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue