diff --git a/config.h b/config.h index 540d69b..2693ced 100644 --- a/config.h +++ b/config.h @@ -88,6 +88,8 @@ static const char *termcmd[] = { "termite", NULL }; static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock" }; +static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", "&" }; + static Key keys[] = { /* modifier key function argument */ { MODKEY, XK_d, spawn, {.v = roficmd } }, @@ -114,6 +116,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_x, spawn, {.v = betterlockscreencmd}}, + { MODKEY, XK_Print, spawn, {.v = spectaclecmd}}, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2)