Commit Diff


commit - 709da0b85879f4ce3275993e4ffc1af2ca4dde93
commit + 512541bfbd499b1c10a05aaa795967ebb5fb9493
blob - fe9706114d7de4ff80f248e4ffa090068f664b40
blob + 1b2349cf12713d191c492cc95998ea5ece5ade44
--- config.def.h
+++ config.def.h
@@ -44,7 +44,7 @@ static Layout layouts[] = {
 	{ MODKEY|ShiftMask,             KEY,      tag,            {.ui = 1 << TAG} }, \
 	{ MODKEY|ControlMask|ShiftMask, KEY,      toggletag,      {.ui = 1 << TAG} },
 
-/* helper for spawning shell commands */
+/* helper for spawning shell commands in the pre dwm-5.0 fashion */
 #define SHCMD(cmd) { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } }
 
 static Key keys[] = {