commit 142b05c6f5471df66be36210313b67fbb9b0d023
parent df554e4aa5e1691b219644412185964c0008e528
Author: afify <hassan@afify.dev>
Date: Tue, 7 Jun 2022 14:36:05 +0300
[feat] hide borders and topbar
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -1,9 +1,9 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 1;
+static const unsigned int borderpx = 0;
static const unsigned int snap = 32;
-static const int showbar = 1;
+static const int showbar = 0;
static const int topbar = 1;
static const char *fonts[] = { "Terminus:pixelsize=22" };
static const char dmenufont[] = "Terminus:pixelsize=22";