summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-31 20:18:00 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-31 20:18:00 +0200
commitadfadfd4b7df20c6adf1cc8ea0cd0bc9a31f844a (patch)
tree401f4abcb42bc4f4a97e0475e127cd3fec446e35 /config.h
parent80a6ec28ba02e897c45d96eb91d2931a52d01184 (diff)
added scrot hotkey
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 a8aa6e5..6cea878 100755
--- a/config.h
+++ b/config.h
@@ -111,6 +111,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_b, spawn, SHCMD("firefox") },
+ { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)