summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-09-18 16:30:31 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-09-18 16:30:31 +0200
commit9502b6b05a8d04710c89c145fa0451506ad1afd7 (patch)
tree1ba80ea0e6c624e960e6cb38ee7d66b9e9500844 /.xinitrc
parenta043273c0d3d793a87393ef89af04ad20a4adbf3 (diff)
downloaddotfiles-9502b6b05a8d04710c89c145fa0451506ad1afd7.tar.gz
dotfiles-9502b6b05a8d04710c89c145fa0451506ad1afd7.tar.bz2
dotfiles-9502b6b05a8d04710c89c145fa0451506ad1afd7.zip
xinitrc: Remove obsolete usage of systemd user
Should not be started manually, since it is started implicitly by pam_systemd. Also disable graphical target to be the default target, since this ends up trying to start unwanted units.
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 057e3ef..3516cd8 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,10 +1,5 @@
#!/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
#xset r rate 250 50