commit 2cc54d13e48132652bf28ed6a4c549af0c78d54a
parent 8485da7db8ae0f1a5e648a7a7e112a5c5421d0c6
Author: Hayden Hamilton <hayden@haydenvh.com>
Date: Thu, 20 Feb 2020 13:51:23 +0000
maim
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -77,6 +77,7 @@ static const char *vol_down[] = { "hvol", "3.5%-", NULL };
static const char *dpass_[] = { "dpass", NULL };
static const char *slock_mod[] = { "st", "-e", "slock_mod", "/tmp/mpv-socket", "/tmp/mpv-socket2", NULL };
static const char *cmon_[] = { "cmon", NULL };
+static const char *maim_[] = { "main", ">", "tmp.png", NULL };
static Key keys[] = {
/* modifier key function argument */
@@ -100,6 +101,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ShiftMask, XK_r, self_restart, {0} },
{ MODKEY, XK_s, spawn, {.v = dpass_ } },
+ { MODKEY|ShiftMask, XK_s, spawn, {.v = maim_ } },
{ MODKEY, XK_w, spawn, {.v = rfeh_ } },
{ MODKEY|ControlMask, XK_w, spawn, {.v = wallblur_ } },
{ MODKEY|AltMask, XK_w, spawn, {.v = fehffile_ } },