wm patches

This commit is contained in:
2023-04-19 19:50:59 +02:00
parent 28430b51c1
commit fc4f302788
4 changed files with 4 additions and 2 deletions

View File

@@ -920,6 +920,7 @@ static const Key keys[] = {
{0, XF86XK_Search, spawn, {.v = search}},
{0, XF86XK_LaunchA, alttabstart, {0}},
{0, XF86XK_Explorer, spawn, {.v = explorer}},
{ MODKEY, XK_n, spawn, {.v = explorer} },
{ MODKEY|ShiftMask, XK_l, spawn, {.v = locksession} },
#if KEYMODES_PATCH
{ MODKEY, XK_Escape, setkeymode, {.ui = COMMANDMODE} },