diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-12 11:37:03 -0400 |
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-12 11:37:03 -0400 |
| commit | 512541bfbd499b1c10a05aaa795967ebb5fb9493 (patch) | |
| tree | 0417882263ecd960d2d7e9715a2983961f76ecf3 /config.def.h | |
| parent | some bugfixes of the patch application yesterday (diff) | |
| download | dwm-512541bfbd499b1c10a05aaa795967ebb5fb9493.tar.gz dwm-512541bfbd499b1c10a05aaa795967ebb5fb9493.tar.bz2 dwm-512541bfbd499b1c10a05aaa795967ebb5fb9493.zip | |
update
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 2 |
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[] = { |
