commit ed364e45efeffcdd86271a63a2005599c8d9ea21
parent 38188edd834943293940a4a9c119432bb011d3fa
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Wed, 19 Sep 2018 16:02:54 +0200
Show dwm status bar upon start
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -13,7 +13,7 @@ static const char selbgcolor[] = "#005577";
static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const int showbar = 0; /* 0 means no bar */
+static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
/* tagging */