diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-17 21:50:51 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-17 21:50:51 +0100 |
| commit | eb4a5f3288f52a57a7255d57ba0493bfb551b444 (patch) | |
| tree | a118e331d9e276f9bcf7f95cebf69dc11c687c5d /config.h | |
| parent | 7d634fb29bf4a3f28d439adbe3e66e7dd49a35d8 (diff) | |
refactoring
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "monospace:size=10" |
