diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-08-16 01:01:35 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-08-16 01:01:35 -0500 |
commit | ce312b7eac2767184004b5fe9ba7814dc129909f (patch) | |
tree | d2f7444ae093b88f2d2cda346be35ad3b4e91eaa | |
parent | 108ade0bbcff4e0f6a69399d695b541459a8bbbe (diff) | |
parent | ffe00e6139e3bb367aaaa2f3f76760e314ca443d (diff) |
Merge branch 'shcmd' of https://github.com/guidocella/dwl into master
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 5f26c3e..eff8f59 100644 --- a/config.def.h +++ b/config.def.h @@ -51,6 +51,8 @@ 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} } +#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } + /* commands */ static const char *termcmd[] = { "alacritty", NULL }; |