|
@@ -5,7 +5,7 @@
|
|
|
*
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
*/
|
|
|
-static char *font = "Hack:pixelsize=16:antialias=true:autohint=true";
|
|
|
+static char *font = "Hack:style=Regular:pixelsize=16;1";
|
|
|
static int borderpx = 0;
|
|
|
|
|
|
/*
|
|
@@ -175,9 +175,9 @@ ResourcePref resources[] = {
|
|
|
{ "color13", STRING, &colorname[13] },
|
|
|
{ "color14", STRING, &colorname[14] },
|
|
|
{ "color15", STRING, &colorname[15] },
|
|
|
-// { "background", STRING, &colorname[258] },
|
|
|
-// { "foreground", STRING, &colorname[257] },
|
|
|
-// { "cursorColor", STRING, &colorname[258] },
|
|
|
+ { "background", STRING, &colorname[258] },
|
|
|
+ { "foreground", STRING, &colorname[257] },
|
|
|
+ { "cursorColor", STRING, &colorname[258] },
|
|
|
{ "termname", STRING, &termname },
|
|
|
{ "shell", STRING, &shell },
|
|
|
{ "xfps", INTEGER, &xfps },
|