summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Doster <mvdoster@gmail.com>2020-05-15 21:21:54 -0500
committerGitHub <noreply@github.com>2020-05-15 21:21:54 -0500
commit54d5c10d91f4bc9cf28ccbb65f27b792f8352549 (patch)
tree6ed7ccfbad251065a0c2659940f8387005b6e786
parented5803de189bf32c3a9b171104e22946b147a661 (diff)
formatting
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index adf2552..776d4da 100644
--- a/config.h
+++ b/config.h
@@ -87,7 +87,7 @@ static const Layout layouts[] = {
#define STACKKEYS(MOD,ACTION) \
{ MOD, XK_j, ACTION##stack, {.i = INC(+1) } }, \
{ MOD, XK_k, ACTION##stack, {.i = INC(-1) } }, \
- { MOD, XK_v, ACTION##stack, {.i = 0 } }, \
+ { MOD, XK_v, ACTION##stack, {.i = 0 } }, \
/* { MOD, XK_grave, ACTION##stack, {.i = PREVSEL } }, \ */
/* { MOD, XK_a, ACTION##stack, {.i = 1 } }, \ */
/* { MOD, XK_z, ACTION##stack, {.i = 2 } }, \ */