Initialization.

This commit is contained in:
CoolnsX
2021-06-23 16:55:41 +05:30
commit f95f16a36f
49 changed files with 15195 additions and 0 deletions

15
st-0.8.4/config.def.h.rej Normal file
View File

@@ -0,0 +1,15 @@
--- config.def.h
+++ config.def.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+/* Spare fonts */
+static char *font2[] = {
+/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+};
+
static int borderpx = 2;
/*