diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-03 12:10:12 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-03 12:10:12 -0500 |
commit | b718b8ef6eaacec84668c40f9ab52dda12df6669 (patch) | |
tree | 63a0369a75efa14dd3d16db25ceda314b9de400b /cwmrc | |
parent | 642c61aa0597819c27f3587ed417abecb322e56c (diff) | |
download | openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.tar.gz openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.tar.bz2 openbsd-b718b8ef6eaacec84668c40f9ab52dda12df6669.zip |
Alpine stuff
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 |