From 7b657cf04dafb6e046e041184d88dbf8802f0d15 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 4 Nov 2022 09:41:38 -0600 Subject: fix tabbed monocle errors --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 9fad82e..2489c4b 100644 --- a/config.h +++ b/config.h @@ -89,6 +89,7 @@ static const char *slock[] = { "slock", NULL }; static const char *playpause[] = { "playerctl", "play-pause", NULL }; static const char *next[] = { "f9.sh", NULL }; static const char *previous[] = { "playerctl", "previous", NULL }; +static const char *keepass[] = { "keepassxc", NULL }; static Key keys[] = { /* modifier key function argument */ @@ -130,6 +131,7 @@ static Key keys[] = { { MODKEY, XK_F7, spawn, {.v = previous } }, { MODKEY, XK_F8, spawn, {.v = playpause } }, { MODKEY, XK_F9, spawn, {.v = next } }, + { MODKEY|ShiftMask, XK_k, spawn, {.v = keepass } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3