update
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 12 Jun 2008 16:37:03 +0100
changeset 1272 2891dfa9f3a4
parent 1271 c5ea09e8d2fc
child 1273 10c33b081850
update
config.def.h
--- a/config.def.h	Thu Jun 12 13:10:14 2008 +0100
+++ b/config.def.h	Thu Jun 12 16:37:03 2008 +0100
@@ -44,7 +44,7 @@
 	{ 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[] = {