X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=1b2349cf12713d191c492cc95998ea5ece5ade44;hb=4db2f44277a29ad2c6c053846568667b27658f3f;hp=fe9706114d7de4ff80f248e4ffa090068f664b40;hpb=5cd65f8cd85928a0f26c80a209c82781cb342365;p=dwm.git 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[] = {