aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-16 01:02:01 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-16 01:02:01 -0500
commit0816b33d333e949437a465b0dcf8461ba4c099a5 (patch)
tree3736c35867425365a53280ed2efa242d6b634355 /config.def.h
parentce312b7eac2767184004b5fe9ba7814dc129909f (diff)
add comment from dwm
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index eff8f59..53021cf 100644
--- a/config.def.h
+++ b/config.def.h
@@ -51,6 +51,7 @@ static const int repeat_delay = 600;
{ MODKEY|WLR_MODIFIER_SHIFT, SKEY, tag, {.ui = 1 << TAG} }, \
{ MODKEY|WLR_MODIFIER_CTRL|WLR_MODIFIER_SHIFT,SKEY,toggletag, {.ui = 1 << TAG} }
+/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
/* commands */