Changes font size as a result of changing DPI
This commit is contained in:
parent
0cca3c0882
commit
2d016a0e93
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue