diff options
Diffstat (limited to 'cwmrc')
-rw-r--r-- | cwmrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -9,12 +9,18 @@ ignore xclock unbind-key all +bind-key 0-XF86MonBrightnessUp "doas brightnessctl s +5%" +bind-key 0-XF86MonBrightnessDown "doas brightnessctl s 5%-" +bind-key 0-XF86AudioLowerVolume "pamixer -d 5" +bind-key 0-XF86AudioRaiseVolume "pamixer -i 5" +bind-key 0-XF86AudioMute "pamixer -t" + color menufg "#FFFFFF" #black color font "#000000" #black color menubg "#F5E094" #white color selfont "#000000" #black -color activeborder "#559999" -color inactiveborder "#E8E8E8" +color activeborder "#777777" +color inactiveborder "#DDDDDD" bind-mouse 4-3 window-resize bind-mouse 4-1 window-move |