|
@@ -19,8 +19,8 @@ static const int showsystray = 1; /* 0 means no systray */
|
|
|
static const int showbar = 1; /* 0 means no bar */
|
|
|
enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always };
|
|
|
static const int showtab = showtab_auto;
|
|
|
-static const int toptab = True;
|
|
|
-static const int topbar = 0; /* 0 means bottom bar */
|
|
|
+static const int toptab = False;
|
|
|
+static const int topbar = 1; /* 0 means bottom bar */
|
|
|
static const int vertpad = 10; /* vertical padding of bar */
|
|
|
static const int sidepad = 10; /* horizontal padding of bar */
|
|
|
static const int horizpadbar = 5;
|