diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-03-16 21:39:50 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-03-16 21:39:50 +0530 |
commit | 5fea97ea6445c5ca9af51da682889bf44be43801 (patch) | |
tree | 6b00260c76bdef77ebb6034a0aebe541896b4741 /config.def.h | |
parent | fb6b1e09f302605348b3f81701cd9c253ff59eee (diff) |
input: keybinding for sds/dbook
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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} }, |