commit 9c35dcf6812f695bbcdd07f29903bb8b2b8ea0b7
parent c11f0f2a3f0be68828ac0061ec67ccd320a29bb8
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date: Mon, 8 Dec 2025 01:03:19 -0500
config.def.h: fix indentation
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -4,15 +4,15 @@
static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int gappx = 6; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
-static const unsigned int systraypinning = 0; /* sloppy systray follows selected monitor >0: pin systray to monitor X */
-static const unsigned int systrayonleft = 0; /* 0: systray in right corner, >0: systray on left of status text */
-static const unsigned int systrayspacing = 2; /* systray spacing */
-static const int systraypinningfailfirst = 1; /* if pinning fails, display systray on the first monitor, False: display systray on last monitor */
-static const int showsystray = 1; /* 0: no systray */
-static const int showbar = 1; /* 0 means no bar */
-static const int topbar = 1; /* 0 means bottom bar */
-#define ICONSIZE 16 /* icon size */
-#define ICONSPACING 5 /* space between icon and title */
+static const unsigned int systraypinning = 0; /* sloppy systray follows selected monitor >0: pin systray to monitor X */
+static const unsigned int systrayonleft = 0; /* 0: systray in right corner, >0: systray on left of status text */
+static const unsigned int systrayspacing = 2; /* systray spacing */
+static const int systraypinningfailfirst = 1; /* if pinning fails, display systray on the first monitor, False: display systray on last monitor */
+static const int showsystray = 1; /* 0: no systray */
+static const int showbar = 1; /* 0 means no bar */
+static const int topbar = 1; /* 0 means bottom bar */
+#define ICONSIZE 16 /* icon size */
+#define ICONSPACING 5 /* space between icon and title */
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 10; /* horizontal padding of bar */
static const char *fonts[] = { "LexendDeca:pixelsize=18:style=Bold" };