X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=8967285b2eec06a7963da8410ff50c7052c8972e;hb=82be28998576083b3e66ed436eb90ceba819c60a;hp=3e0d45a6021a33c2d391a6cde308c0e88af6bc77;hpb=9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 3e0d45a..8967285 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,13 +1,9 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * © 2007 Premysl Hruby - * © 2007 Szabolcs Nagy - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-pixelcarnage monospace-*-r-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc"