aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-03-19 16:37:09 +0100
committerJoe <rbo@gmx.us>2024-03-19 16:37:09 +0100
commitcd8c1b54c0e4eaf93056f7ba7a642a688592a4f1 (patch)
treeaabb2e67d30707b8e9ef174ae4839295a4abd6de
parentbsdred (diff)
downloaddwm-cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1.tar.gz
dwm-cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1.tar.bz2
dwm-cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1.tar.xz
dwm-cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1.tar.zst
dwm-cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1.zip
tweaks
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index dd6f5b7..ca43631 100644
--- a/config.h
+++ b/config.h
@@ -9,12 +9,12 @@ static const unsigned int systrayonleft = 0; /* 0: systray in the right corne
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
static const int showsystray = 1; /* 0 means no systray */
-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 int user_bh = 22; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const int focusonwheel = 0;
static const unsigned int stairpx = 25; /* depth of the stairs layout */
-static const int stairdirection = 0; /* 0: left-aligned, 1: right-aligned */
+static const int stairdirection = 1; /* 0: left-aligned, 1: right-aligned */
static const int stairsamesize = 1; /* 1 means shrink all the staired windows to the same size */
static const char *fonts[] = { "UbuntuMono Nerd Font:size=14" };
static const char dmenufont[] = "monospace:size=11";