summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-11-17 21:50:51 +0100
committeryuzu-eva <stevenhu@web.de>2022-11-17 21:50:51 +0100
commiteb4a5f3288f52a57a7255d57ba0493bfb551b444 (patch)
treea118e331d9e276f9bcf7f95cebf69dc11c687c5d /config.h
parent7d634fb29bf4a3f28d439adbe3e66e7dd49a35d8 (diff)
refactoring
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 1edb647..df9eec5 100644
--- a/config.h
+++ b/config.h
@@ -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"