From f4d1c0403fd2e5a80a240ff93785a397fb41d821 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 8 Oct 2022 02:24:53 +0200 Subject: update --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 2386211..0873c67 100755 --- a/config.h +++ b/config.h @@ -112,6 +112,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") }, + { 0, XK_Print, spawn, SHCMD("scrot -u") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3