From 0816b33d333e949437a465b0dcf8461ba4c099a5 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 16 Aug 2020 01:02:01 -0500 Subject: [PATCH] add comment from dwm --- config.def.h | 1 + 1 file changed, 1 insertion(+) 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 */