mirror of
https://github.com/pikami/dwm.git
synced 2026-01-28 14:12:59 +00:00
reverting to plain X11 fonts in order to implement draw.c default
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
static const char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
|
||||
static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
|
||||
static const char normbordercolor[] = "#444444";
|
||||
static const char normbgcolor[] = "#222222";
|
||||
static const char normfgcolor[] = "#bbbbbb";
|
||||
|
||||
Reference in New Issue
Block a user