From ca068714b12962dea7c7b94344ea2afab73e69d4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 7 Jan 2023 04:46:25 -0500 Subject: [PATCH] meta: Remove gtk Now that I use GNOME that manages things with gsettings, this should no longer be needed. --- gtk/.config/gtk-3.0/settings.ini | 11 ----------- gtk/README.md | 18 ------------------ 2 files changed, 29 deletions(-) delete mode 100644 gtk/.config/gtk-3.0/settings.ini delete mode 100644 gtk/README.md diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini deleted file mode 100644 index 5160f17b..00000000 --- a/gtk/.config/gtk-3.0/settings.ini +++ /dev/null @@ -1,11 +0,0 @@ -[Settings] -gtk-cursor-theme-name=phinger-cursors -gtk-decoration-layout=menu: -gtk-font-name=Noto Sans CJK JP 11 -gtk-icon-theme-name=flattrcolor-dark -gtk-theme-name=FlatColor -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull -gtk-xft-rgba=rgb -gtk-recent-files-enabled=false diff --git a/gtk/README.md b/gtk/README.md deleted file mode 100644 index 1810ef72..00000000 --- a/gtk/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# gtk-settings - -[GTK][gtk] is the widget toolkit used by Firefox, Electron, and many (if not all) GNOME applications. - -GTK's `settings.ini` only affects window managers and not the GNOME desktop environment. This is because GNOME manages user preferences with [`dconf` through `gsettings`][gnome]. - -## Use Cases - -gtk-settings can be used to: - -- Control the appearance of GTK applications under non-GNOME environments - -You do not need to use gtk-settings if: - -- You are using the GNOME desktop environment - -[gtk]: https://wiki.archlinux.org/index.php/GTK+ -[gnome]: https://wiki.archlinux.org/index.php/GNOME#Configuration