blob: e5f83f575d82b21c595f7b74375a01619955b6ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Rhatto's GTK dotfiles
## About
This is the repository for rhatto's GTK configuration.
More information at https://git.fluxo.info/metadot
## Changing theme configuration
* Just edit the files.
## Applying the configuration
* Restart each affected application.
## Tinkering
* There's a built-in `gsettings_reload_interface` function from
prototype at [gtk.sh](profile.d.dot/gtk.sh.link).
* You might also be tempted to use [lxappearance][], but this can break the
dotfiles' symlinks for the GTK configuration.
* Another option to be tested is adding these options as [XSETTINGS][]
and rely on a manager such as [xsettingsd][].
[XSETTINGS]: https://www.freedesktop.org/wiki/Specifications/xsettings-spec/
[lxappearance]: https://tracker.debian.org/pkg/lxappearance
[xsettingsd]: https://github.com/derat/xsettingsd
## References
* [GTK - ArchWiki](https://wiki.archlinux.org/title/GTK)
* [Apps/DconfEditor - GNOME Wiki!](https://wiki.gnome.org/Apps/DconfEditor)
|