Merge branch 'shcmd' of https://github.com/guidocella/dwl into master

このコミットが含まれているのは:
Devin J. Pohly 2020-08-16 01:01:35 -05:00
コミット ce312b7eac
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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 };