|
|
@ -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 = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; |
|
|
|
static char *font = "Iosevka-10:antialias=true:autohint=true"; |
|
|
|
static int borderpx = 2; |
|
|
|
static int borderpx = 2; |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
@ -63,7 +63,7 @@ static unsigned int cursorthickness = 2; |
|
|
|
static int bellvolume = 0; |
|
|
|
static int bellvolume = 0; |
|
|
|
|
|
|
|
|
|
|
|
/* default TERM value */ |
|
|
|
/* default TERM value */ |
|
|
|
char *termname = "st-256color"; |
|
|
|
char *termname = "xterm-256color"; |
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* spaces per tab |
|
|
|
* spaces per tab |
|
|
|