summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 20:48:05 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 20:48:05 +0400
commit6c85caac1246c7ea1dd904dd0a26a8346f3b8056 (patch)
tree50cf83ef86d99c7c978c936d1d2ae3e7c8d4b93a
parent82b1b3f1efde0b9ad94644dc53a24fd4345c306b (diff)
config.h: small style update
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 472f61a..948fd75 100644
--- a/config.h
+++ b/config.h
@@ -124,8 +124,6 @@ static const Key keys[] = {
{ Mod4Mask|ShiftMask, XK_l, moveresize, {.v = (int []){ 0, 0, 25, 0 }}},
{ Mod4Mask|ShiftMask, XK_h, moveresize, {.v = (int []){ 0, 0, -25, 0 }}},
-
-
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)