This commit is contained in:
CoolnsX
2021-07-15 08:41:29 +05:30
parent 1a78b8cf30
commit 56a6f29c09
6 changed files with 770 additions and 2 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,12 +6,6 @@
* 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;
/*