mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-22 12:41:44 +01:00
The cursor theme size is set based on the X cursor size, which itself is based on the X DPI. Note that (as far as I know) there is no easy way to change the X cursor size without restarting the X session with the new DPI. |
||
---|---|---|
.. | ||
.config/gtk-3.0 | ||
README.md |
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