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

@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "monospace:size=9";
static const char font[] = "JetBrainsMono NF:size=10";
static const char* normbgcolor = "#222222";
static const char* normfgcolor = "#cccccc";
static const char* selbgcolor = "#555555";