feat: remove handling of audio keys

Leaving for pa-applet
This commit is contained in:
xeals 2019-01-15 21:32:40 +11:00
parent 1cb2eb5940
commit 8f33221d1d

View File

@ -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)))