From 8f33221d1d048a51007abfa2d239d9c1fc151d55 Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 15 Jan 2019 21:32:40 +1100 Subject: [PATCH] feat: remove handling of audio keys Leaving for pa-applet --- conf/keys.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/keys.fnl b/conf/keys.fnl index e9ba16f..f076b60 100644 --- a/conf/keys.fnl +++ b/conf/keys.fnl @@ -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)))