update dmenuunicode binds

This commit is contained in:
Luca Bilke 2023-02-20 11:44:09 +01:00
parent 6ba83ad46b
commit 74a0baccf4
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
2 changed files with 4 additions and 3 deletions

View File

@ -78,7 +78,8 @@ Modifier(s)|Key|Action
:--|:--|:--
Mod|b|Toggle status bar
Mod|F1|Show this help manual
Mod|\`|Spawn emoji/fontawesome picker
Mod|\`|Spawn emoji/fontawesome picker, immediately paste
Mod Shift|\`|Spawn emoji/fontawesome picker, copy to clipboard
||Print|Make screenshot
Shift|Print|Spawn screenshot menu
Mod|Print|Spawn recording menu

View File

@ -124,8 +124,8 @@ static const Key keys[] = {
{ MODKEY, XK_F10, spawn, {.v = (const char *[]){"dmenuumount", NULL}} },
{ MODKEY, XK_F11, spawn, {.v = (const char *[]){"displayselect", NULL}} },
{ MODKEY, XK_F12, spawn, {.v = (const char *[]){"remaps", NULL}} },
{ MODKEY, XK_grave, spawn, {.v = (const char *[]){"dmenuunicode", NULL}} },
// { MODKEY | ShiftMask, XK_grave, spawn, {.v = (const char *[]){NULL}} },
{ MODKEY, XK_grave, spawn, {.v = (const char *[]){"dmenuunicode", "--nocopy", NULL}} },
{ MODKEY | ShiftMask, XK_grave, spawn, {.v = (const char *[]){"dmenuunicode", NULL}} },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)