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