~ruther/dwl

21445461923cecb2c5f579febee7c55f201d94e9 — Devin J. Pohly 4 years ago b063dd8 + 15f5d31
Merge branch 'main' into wlroots-next
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 68,7 68,7 @@ static const char *menucmd[] = { "bemenu-run", NULL };
static const Key keys[] = {
	/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
	/* modifier                  key                 function        argument */
	{ MODKEY,                    XKB_p,              spawn,          {.v = menucmd} },
	{ MODKEY,                    XKB_KEY_p,          spawn,          {.v = menucmd} },
	{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return,     spawn,          {.v = termcmd} },
	{ MODKEY,                    XKB_KEY_j,          focusstack,     {.i = +1} },
	{ MODKEY,                    XKB_KEY_k,          focusstack,     {.i = -1} },

Do not follow this link