2018-10-08 00:51:46 +02:00
|
|
|
! New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
|
|
! Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
|
2018-11-22 00:16:28 +01:00
|
|
|
! Use 2x (192/96) scaling for 4k (Effectively 1920x1080)
|
|
|
|
Xft.dpi: 192
|
2018-10-08 00:51:46 +02:00
|
|
|
|
|
|
|
! Make it easier to distinguish between letters (Required for dpi < 300)
|
|
|
|
Xft.hinting: true
|
|
|
|
|
|
|
|
! Make high resolution output look cleaner
|
|
|
|
Xft.antialias: true
|
|
|
|
|
|
|
|
! Only use hinting if the font provides it; do not attempt to autohint
|
|
|
|
Xft.autohint: false
|
|
|
|
|
|
|
|
! Reduce blur and other unwanted artifacts
|
|
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
|
|
|
|
! Align the font fully to the grid (increases clarity)
|
|
|
|
Xft.hintstyle: hintfull
|
|
|
|
|
2018-10-27 21:47:12 +02:00
|
|
|
! Set the type of subpixel antialiasing to rgb
|
2018-10-08 00:51:46 +02:00
|
|
|
Xft.rgba: rgb
|
|
|
|
|
|
|
|
! vim:ft=xdefaults
|