aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)