02-22-2021, 09:11 PM
Are you in a non-busybox environment? As in, something like Arch instead of pmOS?
If so, make sure you have busybox installed, and then edit your dwm config to:
That worked for me on void. There are more than a couple such cases throughout the sxmo environment, and busybox is usually the answer.
If so, make sure you have busybox installed, and then edit your dwm config to:
Code:
{1, 0, XF86XK_PowerOff, spawn, SHCMD("busybox pkill -9 $KEYBOARD || $KEYBOARD") },
That worked for me on void. There are more than a couple such cases throughout the sxmo environment, and busybox is usually the answer.