diff options
Diffstat (limited to '')
-rw-r--r-- | cwmrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,8 +5,8 @@ autogroup 0 xclock,XClock autogroup 0 xarclock, XClock autogroup 0 clock, clock autogroup 0 xclock, xterm -ignore xclock vtile 55 +ignore xclock unbind-key all color menufg "#FFFFFF" #black @@ -14,7 +14,10 @@ color font "#000000" #black color menubg "#DDDDDD" "#000000" color selfont #white #white color activeborder "#58a9ad" -color inactiveborder "#AAAAAA" +color inactiveborder "#999999" + +bind-key 0-XF86MonBrightnessUp "backlight incr 10" +bind-key 0-XF86MonBrightnessDown "backlight decr 10" bind-mouse 4-3 window-resize bind-mouse 4-1 window-move |