feat: remove handling of audio keys
Leaving for pa-applet
This commit is contained in:
		| @@ -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))) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user