From 3783cab095a9167256afcbfe987d11f35a7003b1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 5 Sep 2024 12:15:30 -0500 Subject: changes --- cwmrc | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'cwmrc') diff --git a/cwmrc b/cwmrc index dcab746..4ba9fe2 100644 --- a/cwmrc +++ b/cwmrc @@ -1,29 +1,33 @@ sticky yes fontname "Iosevka Aile:pixelsize=18:Normal" -borderwidth 4 +borderwidth 6 autogroup 0 xclock,XClock autogroup 0 xarclock, XClock autogroup 0 clock, clock -autogroup 0 xclock, alacritty +autogroup 0 xclock, urxvt vtile 55 ignore xclock unbind-key all color menufg "#FFFFFF" #black color font "#000000" #black -color menubg "#DDDDDD" "#000000" -color selfont #white #white +#color menubg "#DDDDDD" "#000000" +#color selfont #white #white color activeborder "#68b0b3" color inactiveborder "#AAAAAA" -#bind-key 0-XF86MonBrightnessUp "backlight incr 10" -#bind-key 0-XF86MonBrightnessDown "backlight decr 10" +bind-key 0-XF86MonBrightnessUp "backlight incr 10" +bind-key 0-XF86MonBrightnessDown "backlight decr 10" + +bind-key 0-XF86AudioRaiseVolume "mixer vol=+5%" +bind-key 0-XF86AudioLowerVolume "mixer vol=-5%" +bind-key 0-XF86AudioMute "mixer vol.mute=toggle" bind-mouse 4-3 window-resize bind-mouse 4-1 window-move -bind-key 4-s menu-window -bind-key 4-Return alacritty -bind-key 4-e "alacritty -e aerc" +bind-key 4-s "urxvt -e aerc mailto:link@mccd.space" +bind-key 4-Return urxvt +bind-key 4-e "urxvt -e aerc" bind-key 4-q window-close bind-key 4-m window-fullscreen bind-key 4-l window-vtile -- cgit v1.2.3