My configuration of sxmo fork of suckless dwm.

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

commit 4ac2cd4a304317b5e9658cec761848d223f559f9
parent 5adf679ca4892af1f8b6a04ce38e934395e5c09f
Author: Miles Alan <m@milesalan.com>
Date:   Wed, 24 Jun 2020 22:39:36 -0500

Run xdotool windowkill instead of dwm's killclient fn for now for window kill
This seems more reliable..

Diffstat:
Mconfig.def.h | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -92,7 +92,9 @@ static Key keys[] = { {3, 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pkill -9 lisgd; sxmo_screenlock; lisgd &") }, {1, 0, XF86XK_AudioLowerVolume, cyclelayout , {.i = +1 } }, {2, 0, XF86XK_AudioLowerVolume, inplacerotate, {.i = +2} }, - {3, 0, XF86XK_AudioLowerVolume, killclient, {0} }, + {3, 0, XF86XK_AudioLowerVolume, spawn, SHCMD("sxmo_blinkled.sh red & xdotool windowkill $(xdotool getactivewindow)") }, + //{3, 0, XF86XK_AudioLowerVolume, killclient, {0} }, + {1, 0, XF86XK_PowerOff, spawn, SHCMD("pkill -9 svkbd-sxmo || svkbd-sxmo") }, {2, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_blinkled.sh green & $TERM") }, {3, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_blinkled.sh green & $BROWSER") },