From eb4a5f3288f52a57a7255d57ba0493bfb551b444 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 17 Nov 2022 21:50:51 +0100 Subject: refactoring --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3