mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
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:
parent
adf98a785b
commit
1ff2b22c91
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user