transparency and keyboard shortcuts

This commit is contained in:
2023-09-15 18:33:12 +02:00
parent bde18c6f59
commit 59914966f7
2 changed files with 9 additions and 0 deletions

View File

@@ -920,6 +920,8 @@ static const Key keys[] = {
{0, XF86XK_Search, spawn, {.v = search}},
{0, XF86XK_LaunchA, alttabstart, {0}},
{0, XF86XK_Explorer, spawn, {.v = explorer}},
{ MODKEY|Mod1Mask, XK_F1, spawn, {.v = upvol}},
{ MODKEY|Mod1Mask, XK_F3, spawn, {.v = downvol}},
{ MODKEY, XK_n, spawn, {.v = explorer} },
{ MODKEY|ShiftMask, XK_l, spawn, {.v = locksession} },
#if KEYMODES_PATCH