This commit is contained in:
mheaton92 2019-05-27 23:10:17 -04:00
parent e2046555c0
commit b7f3dea5df

View file

@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; static char *font = "FiraCode-Medium:pixelsize=17:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@ -127,14 +127,14 @@ static unsigned int defaultrcs = 0;
* 6: Bar ("|") * 6: Bar ("|")
* 7: Snowman ("") * 7: Snowman ("")
*/ */
static unsigned int cursorshape = 2; static unsigned int cursorshape = 4;
/* /*
* Default columns and rows numbers * Default columns and rows numbers
*/ */
static unsigned int cols = 80; static unsigned int cols = 80;
static unsigned int rows = 24; static unsigned int rows = 25;
/* /*
* Default colour and shape of the mouse cursor * Default colour and shape of the mouse cursor