From 63b3a72f01b171bab78aed84cb96030f79f5260b Mon Sep 17 00:00:00 2001 From: "C. 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') 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 ected'>master dontfiles
summary refs log tree commit diff
path: root/home/.gdbinit (unfollow)
Commit message (Expand)Author
2019-02-18Match statics and typedefs as TagJune McEnroe
2019-02-18Clean up htmlHeaderJune McEnroe
2019-02-18Remove hi line numberingJune McEnroe
2019-02-18Add Tag class to hiJune McEnroe
2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe
2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe
2019-02-17Simplify temp trap in upJune McEnroe
2019-02-17Add line numbers to hiJune McEnroe
2019-02-17Always split spans after newlinesJune McEnroe
2019-02-15Color format specifiers light cyan in vimJune McEnroe
2019-02-15Highlight Interp as yellowJune McEnroe
2019-02-15Highlight strings in sh command substitutionsJune McEnroe
2019-02-15Add nmap gpJune McEnroe
2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe
2019-02-13Add forgotten "sixth" book of H2G2June McEnroe