From b81a91e39fd62630badda4cb41b7e3c4e9474858 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 28 Jul 2022 03:43:14 -0400 Subject: [PATCH] meta: Remove gnome Having gnome settings was cute, but realistically the desktop environment should automatically choose the best settings for the target computer. Manually change anti-aliasing goes against the idea of wanting the stock GNOME experience. --- gnome/.config/gnome/antialiasing.sh | 5 ----- gnome/README.md | 16 ---------------- 2 files changed, 21 deletions(-) delete mode 100755 gnome/.config/gnome/antialiasing.sh delete mode 100644 gnome/README.md diff --git a/gnome/.config/gnome/antialiasing.sh b/gnome/.config/gnome/antialiasing.sh deleted file mode 100755 index 2f5c9f4..0000000 --- a/gnome/.config/gnome/antialiasing.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# Use the 'best' antialiasing settings for modern displays -gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing rgba -gsettings set org.gnome.settings-daemon.plugins.xsettings hinting full diff --git a/gnome/README.md b/gnome/README.md deleted file mode 100644 index 51f1f39..0000000 --- a/gnome/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# GNOME - -[GNOME][gnome] is a simple desktop environment with X11 and Wayland support. It includes an interface that works well with touch devices. - -## Use Cases - -GNOME can be used to: - -- Have a desktop environment that just works, with no configuration necessary - -You should not use GNOME if: - -- You want to learn how X works behind the scenes -- You want complete control of your desktop environment - -[gnome]: https://wiki.archlinux.org/index.php/GNOME