From 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:16:17 +0100 Subject: changing host repository --- dmenu/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmenu/config.h') diff --git a/dmenu/config.h b/dmenu/config.h index d82693d..38e3a40 100755 --- a/dmenu/config.h +++ b/dmenu/config.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -#include "themes/rurbania.h" +#include "themes/cicada.h" static const unsigned int border_width = 2; @@ -10,7 +10,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=16" + "Inconsolata-Regular:size=26" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -- cgit v1.2.3