From 5fea97ea6445c5ca9af51da682889bf44be43801 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 16 Mar 2023 21:39:50 +0530 Subject: input: keybinding for sds/dbook --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 2c716bb..47d4599 100644 --- a/config.def.h +++ b/config.def.h @@ -109,6 +109,7 @@ static const char *termcmd[] = { "foot", NULL }; static const char *menucmd[] = { "wmenu_run", NULL }; static const char *nnnfm[] = { "foot", "nnn", "-decC", NULL }; static const char *damb[] = { "damb", NULL }; +static const char *dbook[] = { "dbook", NULL }; /* control */ static const char *scrlock[] = { "waylock", "-init-color", "0x000000", NULL }; @@ -127,6 +128,7 @@ static const Key keys[] = { { MODKEY, XKB_KEY_n, spawn, {.v = nnnfm} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, spawn, {.v = damb} }, { MODKEY, XKB_KEY_x, spawn, {.v = scrlock} }, + { MODKEY, XKB_KEY_b, spawn, {.v = dbook} }, { 0, XKB_KEY_XF86MonBrightnessDown, spawn, {.v = downbri} }, { 0, XKB_KEY_XF86MonBrightnessUp, spawn, {.v = upbri} }, { 0, XKB_KEY_XF86AudioMute, spawn, {.v = voltogl} }, -- cgit v1.2.3