projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
85481fb
)
exwm: swap out amixer for pamixer, at least for the time being
author
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 16:04:52 +0000
(11:04 -0500)
committer
Amin Bandali
<mab@gnu.org>
Sun, 26 Jan 2020 16:04:52 +0000
(11:04 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
6ead09b
..
e709f70
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-639,17
+639,17
@@
around if needed."
([XF86AudioMute] .
(lambda ()
(interactive)
([XF86AudioMute] .
(lambda ()
(interactive)
- (start-process "" nil "
pamixer" "--toggle-mut
e")))
+ (start-process "" nil "
amixer" "set" "'Master',0" "toggl
e")))
([XF86AudioLowerVolume] .
(lambda ()
(interactive)
(start-process
([XF86AudioLowerVolume] .
(lambda ()
(interactive)
(start-process
- "" nil "
pamixer" "--allow-boost" "--decrease" "5
")))
+ "" nil "
amixer" "set" "'Master',0" "5%-
")))
([XF86AudioRaiseVolume] .
(lambda ()
(interactive)
(start-process
([XF86AudioRaiseVolume] .
(lambda ()
(interactive)
(start-process
- "" nil "
pamixer" "--allow-boost" "--increase" "5
")))
+ "" nil "
amixer" "set" "'Master',0" "5%+
")))
([XF86AudioPlay] .
(lambda ()
(interactive)
([XF86AudioPlay] .
(lambda ()
(interactive)