aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-16 21:39:50 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-16 21:39:50 +0530
commit5fea97ea6445c5ca9af51da682889bf44be43801 (patch)
tree6b00260c76bdef77ebb6034a0aebe541896b4741
parentfb6b1e09f302605348b3f81701cd9c253ff59eee (diff)
input: keybinding for sds/dbook
-rw-r--r--config.def.h2
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} },