1
0

wtf? it works again?

This commit is contained in:
devenblake 2020-12-28 11:40:23 -05:00
parent b40de8e276
commit 5ab60441cc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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