aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-06-12 16:37:03 +0100
committerAnselm R Garbe2008-06-12 16:37:03 +0100
commit4481192506a0018ad9e7565151a335ce904f722b (patch)
tree04a9d4abf20f3225624e604824cadb51da32b944 /config.def.h
parentbc9e141f5eed6c4d110275747d54b7831cc0eded (diff)
downloadaur-4481192506a0018ad9e7565151a335ce904f722b.tar.gz
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index fe9706114d7d..1b2349cf1271 100644
--- a/config.def.h
+++ b/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[] = {