nix-config/gtk
Donovan Glover 698225db65
gtk: Update settings.ini
It turns out that desktop environments like GNOME and Plasma will
re-write the GTK settings.ini regardless of whether or not it is
actually used. To avoid diffing issues, I've gone ahead and replaced
my commented settings.ini with the one formatted by KDE Plasma.

Note that the current settings.ini file consists of all the settings you
need in a modern GTK environment. Be wary of programs that attempt to
add legacy options to this file, such as kde-gtk-config.
2018-11-19 21:30:49 -05:00
..
.config/gtk-3.0 gtk: Update settings.ini 2018-11-19 21:30:49 -05:00
README.md docs: Add READMEs for gtk, wal, xresources, and yt-dl 2018-11-19 17:50:47 -05:00

gtk-settings

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.

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