diff --git a/GTK-3-settings-on-Wayland.md b/GTK-3-settings-on-Wayland.md index c630262..2756156 100644 --- a/GTK-3-settings-on-Wayland.md +++ b/GTK-3-settings-on-Wayland.md @@ -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` \ No newline at end of file +Gnome (or rather, the Gnome Settings Daemon) provides its own XSettings daemon, usually installed at `/usr/lib/xsettings`. \ No newline at end of file