| tupdate - dwm - [fork] customized build of dwm, the dynamic window manager | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 512541bfbd499b1c10a05aaa795967ebb5fb9493 | |
| parent 709da0b85879f4ce3275993e4ffc1af2ca4dde93 | |
| Author: Anselm R Garbe <[email protected]> | |
| Date: Thu, 12 Jun 2008 16:37:03 +0100 | |
| update | |
| Diffstat: | |
| M config.def.h | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.def.h b/config.def.h | |
| t@@ -44,7 +44,7 @@ static Layout layouts[] = { | |
| { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << … | |
| { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << … | |
| -/* 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[] = { |