mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-15 18:39:25 +01:00
xresources: Don't explicitly set DPI
This caused some problems when the ~/.Xresources DPI was 192 and the screen resolution was 96 DPI. Since I now know how to manipulate cursor size even after X is started, manually setting Xft.dpi in ~/.Xresources to 96 or 192 DPI is no longer needed.
This commit is contained in:
parent
419aa607a3
commit
fa8fb212ab
@ -1,9 +1,6 @@
|
||||
! New Start: A modern Arch workflow built with an emphasis on functionality.
|
||||
! Copyright (C) 2017-2018 Donovan Glover
|
||||
|
||||
! 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