summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc11
1 files changed, 6 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 6e8d292..613b4cb 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -11,10 +11,11 @@
unset command
-if [ -S $XDG_RUNTIME_DIR/dbus/user_bus_socket ]
-then
- export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/dbus/user_bus_socket
-else
+#if [ -S $XDG_RUNTIME_DIR/dbus/user_bus_socket ]
+#then
+# export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/dbus/user_bus_socket
+## command="systemd-run --user --scope --unit windowmanager -- "
+#else
# temporarily unset XDG_SESSION_COOKIE so consolekit launches a new session
realxdgcookie="$XDG_SESSION_COOKIE"
XDG_SESSION_COOKIE=
@@ -27,6 +28,6 @@ else
# restore XDG_SESSION_COOKIE
XDG_SESSION_COOKIE="$realxdgcookie"
unset realxdgcookie
-fi
+#fi
exec $command $(XSESSION="${2:-${XSESSION}}" /etc/X11/chooser.sh)