diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-08-02 12:32:34 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-08-02 12:32:34 +0500 |
commit | 7ff80d39d836dcbdb6fcd111f23b53679840821a (patch) | |
tree | 0f5311c32ed6231f911ab0d48a08b31acc7fc0b5 /config.h | |
parent | 43e422ecaaf80f022db28b7ee81d8f676e88fc46 (diff) |
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -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 char *fonts[] = { "Iosevka:size=16" }; static const char dmenufont[] = "Iosevka:size=16"; |