diff options
| author | kj-sh604 | 2024-10-01 19:00:03 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-10-01 19:00:03 -0400 |
| commit | d74c8ca4f22c93d70f8b6d7d64921a3afc345959 (patch) | |
| tree | bb1e686600bf4025e245fa70b8038385ff5a4588 /.Xresources | |
| parent | da59f299e794d057629e9773dbba8e88035d1e8a (diff) | |
refactor: use default DPI scale
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index f11f0c6..9f25f8d 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,6 @@ ! Font options - ~/.fonts.conf seems to override this ! Resolution for Xft in dots per inch (e.g. 96) -Xft.dpi: 80 +Xft.dpi: 96 ! Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr) Xft.rgba: rgb Xft.antialias: 1 |
