1
0
forked from extern/nix-config

meta: Remove gtk

Now that I use GNOME that manages things with gsettings, this should no
longer be needed.
This commit is contained in:
Donovan Glover 2023-01-07 04:46:25 -05:00
parent c0c47c484b
commit ca068714b1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 29 deletions

View File

@ -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

View File

@ -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