diff options
author | mhsn <mail@mhsn.net> | 2025-06-30 15:10:19 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-06-30 15:10:19 +0100 |
commit | e357a029cd110baa1d75868d22dc4cac52213726 (patch) | |
tree | 83b834908fc69b1b50cea8eb40dd3e7a42e0e18a /x11-terms/st/files/9999_custom-config.diff | |
parent | 21b63225426f51f5243051dc628b5bd91c2c774d (diff) | |
download | adelie-e357a029cd110baa1d75868d22dc4cac52213726.tar.gz adelie-e357a029cd110baa1d75868d22dc4cac52213726.zip |
change custom config patch to font only
Diffstat (limited to 'x11-terms/st/files/9999_custom-config.diff')
-rw-r--r-- | x11-terms/st/files/9999_custom-config.diff | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-terms/st/files/9999_custom-config.diff b/x11-terms/st/files/9999_custom-config.diff deleted file mode 100644 index 5699226..0000000 --- a/x11-terms/st/files/9999_custom-config.diff +++ /dev/null @@ -1,30 +0,0 @@ -diff --git i/config.def.h w/config.def.h -index b832a90..29075f5 100644 ---- i/config.def.h -+++ w/config.def.h -@@ -5,12 +5,12 @@ - * - * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html - */ --static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; -+static char *font = "Cozette:size=20:antialias=false:autohint=false"; - - /* disable bold, italic and roman fonts globally */ --int disablebold = 0; --int disableitalic = 0; --int disableroman = 0; -+int disablebold = 1; -+int disableitalic = 1; -+int disableroman = 1; - - static int borderpx = 2; - -@@ -153,7 +153,7 @@ static unsigned int cursorshape = 2; - * Whether to use pixel geometry or cell geometry - */ - --static Geometry geometry = CellGeometry; -+static Geometry geometry = PixelGeometry; - - /* - * Default columns and rows numbers |