summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdark-theme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dark-theme.sh b/dark-theme.sh
index 00561e475fd5..a5265a19298c 100755
--- a/dark-theme.sh
+++ b/dark-theme.sh
@@ -58,7 +58,7 @@ fi
# set GTK theme
if [ "$XDG_SESSION_TYPE" = "x11" ]; then
# start xfsettingsd - alreday running xfsettingd ignores this
- xfsettingsd --daemon
+ xfsettingsd --daemon --sm-client-disable --disable-wm-check
# set GTK theme xia xsettings
xfconf-query -c xsettings -p /Net/ThemeName -s "$UI_THEME_GTK"
#xfconf-query -c xsettings -p /Net/IconThemeName -s "$UI_ICONS"