From b718b8ef6eaacec84668c40f9ab52dda12df6669 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 3 Jul 2024 12:10:12 -0500 Subject: Alpine stuff --- cwmrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'cwmrc') diff --git a/cwmrc b/cwmrc index 5140e1d..5e882c2 100644 --- a/cwmrc +++ b/cwmrc @@ -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 -- cgit v1.2.3