From 40eacf15795b8bd6ab73ad9ba37d54d383620a69 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 20 Sep 2022 00:49:39 +0200 Subject: fixed indentation --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3