summaryrefslogtreecommitdiff
path: root/data/xsession/openbox-session.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-10 10:07:50 -0500
committerDana Jansens <danakj@orodu.net>2009-12-10 10:07:50 -0500
commitf0df9bb9d8f4f8182e60996d92a7b0e47549a0f6 (patch)
tree013c43613068086baeb2642b9a913d749048f92a /data/xsession/openbox-session.in
parent7abc28bdda2503732d3ee26192454f5058c84b83 (diff)
Remove desktop hints since Openbox won't overwrite them, but they may be set from GDM or other sessions
Diffstat (limited to 'data/xsession/openbox-session.in')
-rw-r--r--data/xsession/openbox-session.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/xsession/openbox-session.in b/data/xsession/openbox-session.in
index 7c3daa73..fa1bb996 100644
--- a/data/xsession/openbox-session.in
+++ b/data/xsession/openbox-session.in
@@ -7,6 +7,11 @@ if test -n "$1"; then
exit
fi
+# Clean up after GDM
+xprop -root -remove _NET_NUMBER_OF_DESKTOPS \
+ -remove _NET_DESKTOP_NAMES \
+ -remove _NET_CURRENT_DESKTOP 2> /dev/null
+
AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart.sh"
GLOBALAUTOSTART="@configdir@/openbox/autostart.sh"