diff --git a/options.h b/options.h index fe396f5..d6d73d7 100644 --- a/options.h +++ b/options.h @@ -117,7 +117,7 @@ static int underlinevoffset = 0; /* How far above the bottom o static int hidebar = 0; /* Hide the bar (1) or show (0) */ static int hidelayout = 0; /* Hide layout indicator (1) or show (0) */ static int hidetitle = 0; /* Hide the title part of the bar (1) or show (0) */ -static int hideunselectedtitle = 1; /* Hide unselected title (1) or show (0) */ +static int hideunselectedtitle = 0; /* Hide unselected title (1) or show (0) */ static int hidestatus = 0; /* Hide status bar (1) or show (0) */ static int hideicon = 0; /* Hide icon (1) or show (0) */ static int hidetags = 0; /* Hide status bar (1) or show (0) */