From cd8c1b54c0e4eaf93056f7ba7a642a688592a4f1 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 19 Mar 2024 16:37:09 +0100 Subject: tweaks --- config.h | 4 ++-- 1 file 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"; -- cgit v1.2.3