summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-09-20 00:49:39 +0200
committeryuzu-eva <stevenhu@web.de>2022-09-20 00:49:39 +0200
commit40eacf15795b8bd6ab73ad9ba37d54d383620a69 (patch)
tree0c0ab40c4127a015ac82e0ad4079133adf9b06c1 /config.h
parent02d8d95a13ed7ae63894ec725e29f52493355444 (diff)
fixed indentation
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 64f0a29..2386211 100755
--- a/config.h
+++ b/config.h
@@ -111,7 +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") },
+ { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)