Use .Xresources to scale fonts for HiDPI screens

This commit is contained in:
2024-06-07 00:19:44 +01:00
parent 341ab21eb0
commit e3387ee785
6 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "JetBrainsMono NF:pixelsize=24:antialias=true:autohint=true";
static char *font = "JetBrainsMono NF:size=12:antialias=true:autohint=true";
static int borderpx = 2;
/*