From 5039127435084299513c73f632855c4a02853774 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Dec 2016 16:35:36 -0800 Subject: [PATCH] [Linux] Add pulseaudio-ctl config file --- dotfiles/config/pulseaudio-ctl/config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dotfiles/config/pulseaudio-ctl/config diff --git a/dotfiles/config/pulseaudio-ctl/config b/dotfiles/config/pulseaudio-ctl/config new file mode 100644 index 00000000..8a096f10 --- /dev/null +++ b/dotfiles/config/pulseaudio-ctl/config @@ -0,0 +1,25 @@ +# +# $HOME/.config/pulseaudio-ctl/config +# + +# The default setting is for pulseaudio-ctl to NOT increase to volume level +# above 100 % but Some users may wish exceed this level. If this describes +# your use case, uncomment the UPPER_THRESHOLD variable below setting it to +# the new upper threshold. +# +#UPPER_THRESHOLD=150 + +# Push output through libnotify. Set to any value to enable this feature +# and note that you must have /usr/bin/notify-send to use this. On Arch +# libnotify provides this. Other distros may not name it as such. +# +#NOTIFY=yes + +# Show a graphical progress-bar type visualization of the volume level in +# libnotify. No setting or commented out will show a simply percentage but +# a setting will convert the percentage to a progress-bar in libnotify. +# +#BARCHART=yes + +# Use KDE OSD notification. Set to any value to enable this feature. +#KDE_OSD=yes