diff options
author | Eddy Pedroni <epedroni@pm.me> | 2023-12-17 09:51:58 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2023-12-17 09:51:58 +0100 |
commit | 13df37246f052b7f67c4e03a2a699630c33529b7 (patch) | |
tree | 0f2430508e8542420475be528bbe26f855ac03e9 /configs | |
parent | ad9a48f3612b2bf397234af9b4c45f8f5def6d17 (diff) |
Add option to hide window title from status bar
Diffstat (limited to 'configs')
-rw-r--r-- | configs/framework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/framework.h b/configs/framework.h index 2a7af14..ad8a4b0 100644 --- a/configs/framework.h +++ b/configs/framework.h @@ -17,6 +17,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 8; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ +static const int showtitle = 0; /* True means titles are shown on status bar */ static const char *fonts[] = { "DVIcons:size=8" }; static const char dmenufont[] = "DVIcons:size=8"; |