diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-27 11:45:06 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-03-27 11:45:06 -0700 |
commit | 215d0fffd12e6bb2bf0f91a458806734ff02e65a (patch) | |
tree | 909447287e30cbbf36df65e57ed1331bcefb4d0d | |
parent | emacs: set completion theme to opiniated (diff) | |
download | emacs.d-215d0fffd12e6bb2bf0f91a458806734ff02e65a.tar.gz |
x11: set DPI to 128
-rw-r--r-- | Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xresources b/Xresources index e55425a..a5d38e9 100644 --- a/Xresources +++ b/Xresources @@ -1,4 +1,4 @@ -Xft.dpi: 141 +Xft.dpi: 128 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull |