Seriously cleaned up latest addition re: XSettings

Rachel K 2019-11-27 22:56:28 +00:00
parent c741757521
commit e9afd4c78a

@ -57,9 +57,8 @@ exec_always import-gsettings \
## XSettings
The XWayland or Java applications need the XSettings daemon to be running to pick up the theme and default system configurations.
Some GTK applications running via XWayland, and some Java applications, need an XSettings daemon running in order to pick up the themes and font settings.
An lightweight implementation is [xsettingsd](https://github.com/derat/xsettingsd).
One implementation is [xsettingsd](https://github.com/derat/xsettingsd).
If you have Gnome installed alongside Sway you can start the daemon with:
`exec --no-startup-id /usr/lib/gsd-xsettings`
Gnome (or rather, the Gnome Settings Daemon) provides its own XSettings daemon, usually installed at `/usr/lib/xsettings`.