diff --git a/GTK-3-settings-on-Wayland.md b/GTK-3-settings-on-Wayland.md index 582e318..c630262 100644 --- a/GTK-3-settings-on-Wayland.md +++ b/GTK-3-settings-on-Wayland.md @@ -53,4 +53,13 @@ exec_always import-gsettings \ gtk-theme:gtk-theme-name \ icon-theme:gtk-icon-theme-name \ cursor-theme:gtk-cursor-theme-name -``` \ No newline at end of file +``` + +## XSettings + +The XWayland or Java applications need the XSettings daemon to be running to pick up the theme and default system configurations. + +An lightweight 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