commit efaed8fff335ecda7108ed9b1a0db92bf2003b46
parent e68ce2f1d1ed378d70af7d3fb05154c0522e35a6
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Wed, 8 May 2019 12:59:40 +0200
Hide bar by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const int showbar = 1; /* 0 means no bar */
+static const int showbar = 0; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Sans:size=9" };
static const char dmenufont[] = "Sans:size=9";