summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-10-08 02:24:53 +0200
committeryuzu-eva <stevenhu@web.de>2022-10-08 02:24:53 +0200
commitf4d1c0403fd2e5a80a240ff93785a397fb41d821 (patch)
tree101f0055ec12992f74d913c6cf508bf36bd15335 /config.h
parent40eacf15795b8bd6ab73ad9ba37d54d383620a69 (diff)
update
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h1
1 files changed, 1 insertions, 0 deletions
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)