use scalable font, set Xft.dpi to 107 for non 4K displays

This commit is contained in:
2020-07-28 22:03:26 +02:00
parent 2980f360b9
commit 1d4f15f06b
3 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,11 @@
#if HEIGHT == 2160
Xft.dpi: 160
Xcursor.size: 48
#define EM_FONT Iosevka:pixelsize=30:antialias=true:autohint=true
#else
#define EM_FONT Iosevka:pixelsize=22:antialias=true:autohint=true
Xft.dpi: 107
#endif
emacs.font: EM_FONT
emacs.font: Iosevka-13.5
emacs.cursorBlink: false
emacs.scrollBarWidth: 20
emacs.background: #424242