From 5ab60441cc1b192deb1818dca68a217ec7f75814 Mon Sep 17 00:00:00 2001 From: devenblake Date: Mon, 28 Dec 2020 11:40:23 -0500 Subject: [PATCH] wtf? it works again? --- dotfiles-old/.Xresources | 2 +- dotfiles-old/src/dmenu/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles-old/.Xresources b/dotfiles-old/.Xresources index f010bf3..2b705cf 100644 --- a/dotfiles-old/.Xresources +++ b/dotfiles-old/.Xresources @@ -17,7 +17,7 @@ xterm*font: -*-*-*-*-*-*-*-*-*-*-*-*-*-* ! unscii font xterm*faceName: unscii:antialias=false -xterm*faceSize: 11 +xterm*faceSize: 12 ! white - from alnj/dotfiles *background: #FFFCFD diff --git a/dotfiles-old/src/dmenu/config.h b/dotfiles-old/src/dmenu/config.h index f465458..40e30f0 100644 --- a/dotfiles-old/src/dmenu/config.h +++ b/dotfiles-old/src/dmenu/config.h @@ -4,7 +4,7 @@ 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[] = { - "unscii:antialias=false:size=11", "monospace:size=10" + "unscii:antialias=false:size=12", "monospace:size=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { // fg, bg