patch1
wowario 3 years ago
parent 6bd9d637ab
commit 52abab19a1
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -144,7 +144,7 @@ unsigned int defaultunderline = 7;
* 6: Bar ("|")
* 7: Snowman ("")
*/
static unsigned int cursorshape = 2;
static unsigned int cursorshape = 6;
/*
* Default columns and rows numbers

Loading…
Cancel
Save