diff options
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +#!/bin/sh + +if [ "x$1" = "xsystemd" ]; then + export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/dbus/user_bus_socket + exec /usr/lib/systemd/systemd --user +fi # Pass -ardelay 250 -arinterval 20 to X server instead. #xset r on |