update
512541bf
1 file(s) · +1 −1
| 44 | 44 | { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ |
|
| 45 | 45 | { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, |
|
| 46 | 46 | ||
| 47 | - | /* helper for spawning shell commands */ |
|
| 47 | + | /* helper for spawning shell commands in the pre dwm-5.0 fashion */ |
|
| 48 | 48 | #define SHCMD(cmd) { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } } |
|
| 49 | 49 | ||
| 50 | 50 | static Key keys[] = { |