From 5aa465439f99abe9170a7d0970ae59ab633cfe9e Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Nov 2024 17:58:15 +0300 Subject: bookmarks bind --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 719af78..3d5f064 100644 --- a/config.h +++ b/config.h @@ -140,6 +140,7 @@ static const char *termcmd[] = { "foot", NULL }; static const char *menucmd[] = { "wmenu-run", NULL }; static const char *browsercmd[] = { "firefox", NULL }; static const char *passmenu[] = { "tessen", NULL }; +static const char *bookmarks[] = { "bookmarks", NULL }; static const char *snip[] = {"sh", "-c", "slurp | grim -g - - | wl-copy", NULL}; static const Key keys[] = { @@ -147,6 +148,7 @@ static const Key keys[] = { /* modifier key function argument */ { MODKEY, XKB_KEY_d, spawn, {.v = menucmd} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_D, spawn, {.v = passmenu} }, + { MODKEY, XKB_KEY_grave, spawn, {.v = bookmarks} }, { MODKEY, XKB_KEY_Return, spawn, {.v = termcmd} }, { MODKEY, XKB_KEY_w, spawn, {.v = browsercmd} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_S, spawn, {.v = snip} }, -- cgit v1.2.3