wtf? it works again?
This commit is contained in:
parent
b40de8e276
commit
5ab60441cc
@ -17,7 +17,7 @@ xterm*font: -*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
|||||||
|
|
||||||
! unscii font
|
! unscii font
|
||||||
xterm*faceName: unscii:antialias=false
|
xterm*faceName: unscii:antialias=false
|
||||||
xterm*faceSize: 11
|
xterm*faceSize: 12
|
||||||
|
|
||||||
! white - from alnj/dotfiles
|
! white - from alnj/dotfiles
|
||||||
*background: #FFFCFD
|
*background: #FFFCFD
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
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 */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
static const char *fonts[] = {
|
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 *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||||
static const char *colors[SchemeLast][2] = { // fg, bg
|
static const char *colors[SchemeLast][2] = { // fg, bg
|
||||||
|
Loading…
Reference in New Issue
Block a user