# HG changeset patch # User Anselm R Garbe # Date 1213285023 -3600 # Node ID 2891dfa9f3a4390de5fd5e12c117321097ea4955 # Parent c5ea09e8d2fcae6a7ab8abf3bfa412834ceaa33c update diff -r c5ea09e8d2fc -r 2891dfa9f3a4 config.def.h --- a/config.def.h Thu Jun 12 13:10:14 2008 +0100 +++ b/config.def.h Thu Jun 12 16:37:03 2008 +0100 @@ -44,7 +44,7 @@ { 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[] = {