pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
709da0b
)
update
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 12 Jun 2008 15:37:03 +0000
(16:37 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 12 Jun 2008 15:37:03 +0000
(16:37 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
fe97061
..
1b2349c
100644
(file)
--- 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[] = {