diff options
author | June McEnroe <june@causal.agency> | 2021-02-07 22:24:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-07 22:24:20 -0500 |
commit | 63b3a72f01b171bab78aed84cb96030f79f5260b (patch) | |
tree | 1bcb4f9fd8cf9f1d629c69e7580a5f4af71f7b1e /home/.config/cwm | |
parent | Fix cwm window cycling, move big by default (diff) | |
download | src-63b3a72f01b171bab78aed84cb96030f79f5260b.tar.gz src-63b3a72f01b171bab78aed84cb96030f79f5260b.zip |
Adjust brightness by smaller increments
Diffstat (limited to '')
-rw-r--r-- | home/.config/cwm/cwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |