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

@@ -13,7 +13,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display
static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "JetBrainsMono NF:size=20" };
static const char *fonts[] = { "JetBrainsMono NF:size=10" };
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { "#ebdbb2", "#282828", "#1d2021" },