diff options
author | Amin Bandali <me@aminb.org> | 2014-10-26 12:42:21 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-26 12:42:21 -0400 |
commit | 78856df8ce2a282c6fe3abcec5fa4b3459004a83 (patch) | |
tree | d8400905feb149b8bdcc1b0834a992d9b9dd6089 /pulseaudio-ctl | |
parent | fc64660cf105018c82873c9a597ae5ff28a6aae2 (diff) | |
download | configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.tar.gz configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.tar.xz configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.zip |
add pulseaudio-ctl config and use it with sxhkd
Diffstat (limited to 'pulseaudio-ctl')
-rw-r--r-- | pulseaudio-ctl/.config/pulseaudio-ctl/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pulseaudio-ctl/.config/pulseaudio-ctl/config b/pulseaudio-ctl/.config/pulseaudio-ctl/config new file mode 100644 index 0000000..ff2388a --- /dev/null +++ b/pulseaudio-ctl/.config/pulseaudio-ctl/config @@ -0,0 +1,10 @@ +# +# $HOME/.config/pulseaudio-ctl/pulseaudio-ctl.conf +# + +# 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=120 |