commit cd3ee86da9f4aaf0c34786fb6829dc45afe0ebf1
parent 36a8cb1373c89cd27367dbbf5d285647c000b54a
Author: grouse <bdmfegys@duck.com>
Date: Wed, 6 Mar 2024 18:04:36 -0500
comment out unused legacy shell execute command in config.def.h
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -117,7 +117,7 @@ static const Layout layouts[] = {
{ MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} },
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
-#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
+//#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */