From db6331d9232a80318351bf0abecf5c43e57abdc8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 9 Feb 2021 19:24:06 -0500 Subject: Add volume control bindings to cwm sndioctl is nice and easy. --- home/.config/cwm/cwmrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home') diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc index 4dbee57e..86b673e0 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -60,6 +60,9 @@ bind-key 4S-q quit bind-key F1 "xbacklight -steps 1 -5" bind-key F2 "xbacklight -steps 1 +5" +bind-key F10 "sndioctl output.mute=!" +bind-key F11 "sndioctl output.level=-0.05" +bind-key F12 "sndioctl output.level=+0.05" unbind-mouse all bind-mouse 4-1 window-move -- cgit 1.4.1