diff options
Diffstat (limited to 'skel/.config')
-rw-r--r-- | skel/.config/autostart/volumeicon.desktop | 9 | ||||
-rw-r--r-- | skel/.config/volumeicon/volumeicon | 19 |
2 files changed, 28 insertions, 0 deletions
diff --git a/skel/.config/autostart/volumeicon.desktop b/skel/.config/autostart/volumeicon.desktop new file mode 100644 index 0000000..43a6948 --- /dev/null +++ b/skel/.config/autostart/volumeicon.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=Volumeicon Sound Applet +Comment=Start the Volumeicon Sound Applet +Exec=volumeicon +Terminal=false +Type=Application +Categories= +OnlyShowIn=XFCE; diff --git a/skel/.config/volumeicon/volumeicon b/skel/.config/volumeicon/volumeicon new file mode 100644 index 0000000..d42e861 --- /dev/null +++ b/skel/.config/volumeicon/volumeicon @@ -0,0 +1,19 @@ +[StatusIcon] +stepsize=5 +lmb_slider=true +mmb_mute=false +use_horizontal_slider=false +show_sound_level=false +onclick=pavucontrol +theme=Default + +[Hotkeys] +up_enabled=false +down_enabled=false +mute_enabled=false +up=XF86AudioRaiseVolume +down=XF86AudioLowerVolume +mute=XF86AudioMute + +[Alsa] +card=default |