nvim:removed colorizer, added TCP ports in configs and misc stuff
This commit is contained in:
@@ -8,9 +8,9 @@ diff --color -u a/config.def.h b/config.def.h
|
||||
- * 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 Mono:style=Regular:pixelsize=20";
|
||||
+static char *font2[] = { "Font Awesome 5 Free Solid:pixelsize=18",
|
||||
+ "Font Awesome 5 Brands:pixelsize=18" };
|
||||
+static char *font = "Fira Mono:style=Regular:pixelsize=18";
|
||||
+static char *font2[] = { "Font Awesome 5 Free Solid:pixelsize=16",
|
||||
+ "Font Awesome 5 Brands:pixelsize=16" };
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user