feat: remove handling of audio keys
Leaving for pa-applet
This commit is contained in:
parent
1cb2eb5940
commit
8f33221d1d
@ -96,9 +96,9 @@
|
||||
(key [] :XF86AudioPlay (playerctl :play-pause))
|
||||
(key [] :XF86AudioNext (playerctl :next))
|
||||
(key [] :XF86AudioPrev (playerctl :previous))
|
||||
(key [] :XF86AudioRaiseVolume (amixer "5%+"))
|
||||
(key [] :XF86AudioLowerVolume (amixer "5%-"))
|
||||
(key [] :XF86AudioMute (amixer "toggle"))
|
||||
;; (key [] :XF86AudioRaiseVolume (amixer "5%+"))
|
||||
;; (key [] :XF86AudioLowerVolume (amixer "5%-"))
|
||||
;; (key [] :XF86AudioMute (amixer "toggle"))
|
||||
(key [] :XF86MonBrightnessUp (light :up 5))
|
||||
(key [] :XF86MonBrightnessDown (light :down 5)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user