dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit c5c45558b3aa40c6e51df13ba63ec8a9fe65ba24
parent 1a20b72a94b3c4f33989b93d3d6547ea4cc3ae3b
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 15 Jan 2016 22:08:06 -0800

Config.h: Change dmenu font

Diffstat:
config.h/dmenu.config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h/dmenu.config.h b/config.h/dmenu.config.h @@ -6,7 +6,7 @@ static Bool topbar = True; /* -b option; if False, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "FantasqueSansMono-16:light" }; static const char *prompt = NULL; /* -p option; prompt to the elft of input field */ static const char *normbgcolor = "#073642"; /* -nb option; normal background */