From 0548198d4e5e30dd91faeed49161c98bf9831375 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 7 Feb 2021 22:24:20 -0500 Subject: Adjust brightness by smaller increments --- home/.config/cwm/cwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/.config') diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc index 87824d5d..a3aeb483 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -58,8 +58,8 @@ bind-key 4-space menu-exec bind-key 4S-r restart bind-key 4S-q quit -bind-key F1 "xbacklight -steps 1 -10" -bind-key F2 "xbacklight -steps 1 +10" +bind-key F1 "xbacklight -steps 1 -5" +bind-key F2 "xbacklight -steps 1 +5" unbind-mouse all bind-mouse 4-1 window-move -- cgit 1.4.1