this should be 1 by default

This commit is contained in:
speedie 2022-12-07 19:50:34 +01:00
parent 7b531909c7
commit 52719c5bd5

View file

@ -121,7 +121,7 @@ static int hidestatus = 0; /* Hide status bar (1) or sho
static int hideicon = 0; /* Hide icon (1) or show (0) */
static int hidetags = 0; /* Hide status bar (1) or show (0) */
static int hidesystray = 0; /* Hide systray by default (1) or show (0) */
static int hideemptytags = 0; /* Hide empty tags (1) or show (0) */
static int hideemptytags = 1; /* Hide empty tags (1) or show (0) */
static int hideborder = 0; /* Hide window border (1) or show (0) */
static int hidesingleborder = 1; /* Hide window border when there's only one window (1) or show (0) */
static int hidefloating = 0; /* Hide floating indicator (1) or show (0) */