My configuration of sxmo fork of suckless dwm.

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

commit aa7d560a28000ef17187307f4361e09216cc9a75
parent 00f811d2729bc6e3f0ac259ea113b33c213aff78
Author: Stacy Harper <contact@stacyharper.net>
Date:   Sun, 28 Mar 2021 17:02:49 +0200

Do not run SHELL in login mode

As this mode is used on console and SSH login

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>

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

diff --git a/config.def.h b/config.def.h @@ -96,7 +96,7 @@ static Key keys[] = { //{3, 0, XF86XK_AudioLowerVolume, killclient, {0} }, {1, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_keyboard.sh toggle") }, - {2, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_blinkled.sh blue & $TERMCMD -e $SHELL -l") }, + {2, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_blinkled.sh blue & $TERMCMD -e $SHELL") }, {3, 0, XF86XK_PowerOff, spawn, SHCMD("sxmo_blinkled.sh blue & $BROWSER") }, /* Used by scripts via xdotool */