1
0
forked from extern/nix-config

xresources: Change DPI from 180 to 192

It turns out that some software will not render properly if the DPI is
not set using increments of 25% (i.e. 96, 120, 144, 168, 192, etc.).

Since GNOME and Plasma already use a scale factor of 2x, it makes sense
to use 2x for .Xresources as well. Now GTK and Qt applications should
share the same size across both bspwm and their respective DEs.
This commit is contained in:
Donovan Glover 2018-11-21 18:16:28 -05:00
parent f9d9b65ab8
commit 8ac416880d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,8 +1,8 @@
! New Start: A modern Arch workflow built with an emphasis on functionality.
! Copyright (C) 2017-2018 Donovan Glover
! Use 1.875x (180/96) scaling for 4k (Effectively 2048x1152)
Xft.dpi: 180
! Use 2x (192/96) scaling for 4k (Effectively 1920x1080)
Xft.dpi: 192
! Make it easier to distinguish between letters (Required for dpi < 300)
Xft.hinting: true