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:
parent
f9d9b65ab8
commit
8ac416880d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user