projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155ce91
)
allow volume to go above 100%
author
Amin Bandali
<me@aminb.org>
Sun, 23 Nov 2014 13:54:57 +0000
(08:54 -0500)
committer
Amin Bandali
<me@aminb.org>
Sun, 23 Nov 2014 13:54:57 +0000
(08:54 -0500)
sxhkd/.config/sxhkd/sxhkdrc
patch
|
blob
|
blame
|
history
diff --git
a/sxhkd/.config/sxhkd/sxhkdrc
b/sxhkd/.config/sxhkd/sxhkdrc
index
7d39527
..
9a5a1fb
100644
(file)
--- a/
sxhkd/.config/sxhkd/sxhkdrc
+++ b/
sxhkd/.config/sxhkd/sxhkdrc
@@
-124,11
+124,11
@@
XF86AudioNext
mpc next
XF86AudioRaiseVolume
- pamixer --increase 5;\
+ pamixer --
allow-boost --
increase 5;\
pamixer --get-volume > /tmp/volinfo
XF86AudioLowerVolume
- pamixer --decrease 5;\
+ pamixer
--allow-boost
--decrease 5;\
pamixer --get-volume > /tmp/volinfo
XF86AudioMute