~ruther/dwl

ce312b7eac2767184004b5fe9ba7814dc129909f — Devin J. Pohly 4 years ago 108ade0 + ffe00e6
Merge branch 'shcmd' of https://github.com/guidocella/dwl into master
1 files changed, 2 insertions(+), 0 deletions(-)

M config.def.h
M config.def.h => config.def.h +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 };


Do not follow this link