Changes font size as a result of changing DPI

This commit is contained in:
Jonathan Hodgson 2021-02-10 20:40:58 +00:00
parent 0cca3c0882
commit 2d016a0e93

View file

@ -1,7 +1,7 @@
static const Bool wmborder = True;
static int fontsize = 16;
static int fontsize = 8;
static const char *fonts[] = {
"Iosevka Nerd Font:size=18"
"Iosevka Nerd Font:size=9"
};
static const char *colors[SchemeLast][2] = {
/* fg bg */