aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-01-11 07:27:01 +0530
committersinanmohd <pcmsinan@gmail.com>2023-01-11 18:42:33 +0530
commite520e4ba63fb3385b7cb6ff4624dd8207a020507 (patch)
treeb07709d270bb18fd17868f2c428509d4e5eb4a3d
parent381edd6432fcca790760881a279204c16cd4ca2f (diff)
stikman: add support for stikman
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
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)