From c74175752169a68842d1d3fd2fd66be7c4067b25 Mon Sep 17 00:00:00 2001 From: Joshua Chapman Date: Wed, 27 Nov 2019 13:13:18 +0100 Subject: [PATCH] Xsettings to get theme and configurations for Xwayland and Java applications --- GTK-3-settings-on-Wayland.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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