From e520e4ba63fb3385b7cb6ff4624dd8207a020507 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 11 Jan 2023 07:27:01 +0530 Subject: stikman: add support for stikman --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 23bb9cb..03ea88f 100644 --- a/config.def.h +++ b/config.def.h @@ -91,6 +91,7 @@ static const char *webalt[] = { "librewolf", NULL }; static const char *ncmpcpp[] = { "st", "ncmpcpp-ueberzug", NULL }; static const char *ytsearch[] = { "st", "ytfzf", "-tl", NULL }; static const char *ytsub[] = { "st", "ytfzf", "-tl", "--subs=4", NULL }; +static const char *sticker[] = { "stikman", NULL }; /* audio control */ static const char *upvol[] = { "pamixer", "-i", "5", NULL }; @@ -151,6 +152,7 @@ static const Key keys[] = { { MODKEY, XK_n, spawn, {.v = ncmpcpp } }, { MODKEY, XK_y, spawn, {.v = ytsearch } }, { MODKEY|ShiftMask, XK_y, spawn, {.v = ytsub } }, + { MODKEY, XK_o, spawn, {.v = sticker } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3