update
Anselm R Garbe garbeam@gmail.com
Thu, 12 Jun 2008 16:37:03 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -44,7 +44,7 @@ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
{ 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[] = {