forked from extern/nix-config
698225db65
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.
11 lines
247 B
INI
11 lines
247 B
INI
[Settings]
|
|
gtk-cursor-theme-name=breeze_cursors
|
|
gtk-cursor-theme-size=36
|
|
gtk-font-name=Cantarell Regular 10
|
|
gtk-icon-theme-name=Papirus-Adapta
|
|
gtk-theme-name=Adapta
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle=hintfull
|
|
gtk-xft-rgba=rgb
|