summarylogtreecommitdiffstats
path: root/dark-theme.sh
diff options
context:
space:
mode:
authormynacol2021-05-19 16:31:21 +0200
committermynacol2021-05-19 16:31:21 +0200
commit23abbf02fd61821027af7cb25ccfb24857536f37 (patch)
tree517ce384e7412db9fe8c2d5e04b64d2d4c028a2c /dark-theme.sh
parent7ff862c7e78e8db2c18890d5b2dede49016dc9bc (diff)
downloadaur-23abbf02fd61821027af7cb25ccfb24857536f37.tar.gz
Disable session and window manager checks
Diffstat (limited to 'dark-theme.sh')
-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"