diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-09-18 16:30:31 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-09-18 16:30:31 +0200 |
commit | 9502b6b05a8d04710c89c145fa0451506ad1afd7 (patch) | |
tree | 1ba80ea0e6c624e960e6cb38ee7d66b9e9500844 /.xinitrc | |
parent | a043273c0d3d793a87393ef89af04ad20a4adbf3 (diff) | |
download | dotfiles-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-- | .xinitrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |