Changed tab and default shell

This commit is contained in:
Santiago Lo Coco 2020-11-19 10:56:07 -03:00
parent 4ef0cbd8b9
commit 144d116741
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "Fira Code:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*