about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-12 16:37:03 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-12 16:37:03 +0100
commit512541bfbd499b1c10a05aaa795967ebb5fb9493 (patch)
tree0417882263ecd960d2d7e9715a2983961f76ecf3 /config.def.h
parent709da0b85879f4ce3275993e4ffc1af2ca4dde93 (diff)
downloaddwm-512541bfbd499b1c10a05aaa795967ebb5fb9493.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 fe97061..1b2349c 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[] = {
6'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165