meta: Remove xresources

As far as I can tell, this does not change anything in my GNOME setup,
so I'm removing it in favor of gsettings solutions.
This commit is contained in:
Donovan Glover 2023-01-08 00:07:42 -05:00
parent adf98a785b
commit 1ff2b22c91
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 39 deletions

View File

@ -1,22 +0,0 @@
! New Start: A modern Arch workflow built with an emphasis on functionality.
! Copyright (C) 2017-2018 Donovan Glover
! 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
! Set the type of subpixel antialiasing to rgb
Xft.rgba: rgb
! vim:ft=xdefaults

View File

@ -1,17 +0,0 @@
# xresources
[xresources][xresources] is used to configure X settings outside of desktop environments.
## Use Cases
xresources can be used to:
- Set the font settings for low-level X applications
- Change the DPI of the X instance
You do not need xresources if:
- You are using a desktop environment that handles X or higher-level settings for you
- You are not using X
[xresources]: https://wiki.archlinux.org/index.php/X_resources