My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 00f811d2729bc6e3f0ac259ea113b33c213aff78
parent 231fec53671eb854d47948d1de13377f79256240
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Sun, 21 Mar 2021 21:03:17 +0100

close window on long voldown press, kill window on triple press

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -92,6 +92,7 @@ static Key keys[] = { {1, 0, XF86XK_AudioLowerVolume, cyclelayout , {.i = +1 } }, {2, 0, XF86XK_AudioLowerVolume, inplacerotate, {.i = +2} }, {3, 0, XF86XK_AudioLowerVolume, spawn, SHCMD("sxmo_blinkled.sh red & xdotool windowkill $(xdotool getactivewindow)") }, + {4, 0, XF86XK_AudioLowerVolume, spawn, SHCMD("sxmo_blinkled.sh red & xdotool windowclose $(xdotool getactivewindow)") }, //{3, 0, XF86XK_AudioLowerVolume, killclient, {0} }, {1, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_keyboard.sh toggle") },