From 1ff2b22c918b4714fd8e14a050996474c578a93b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 8 Jan 2023 00:07:42 -0500 Subject: [PATCH] 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. --- xresources/.Xresources | 22 ---------------------- xresources/README.md | 17 ----------------- 2 files changed, 39 deletions(-) delete mode 100644 xresources/.Xresources delete mode 100644 xresources/README.md diff --git a/xresources/.Xresources b/xresources/.Xresources deleted file mode 100644 index 1631c22d..00000000 --- a/xresources/.Xresources +++ /dev/null @@ -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 diff --git a/xresources/README.md b/xresources/README.md deleted file mode 100644 index 78837c78..00000000 --- a/xresources/README.md +++ /dev/null @@ -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