From 0ba52f0e035285192902f1ee8e41e5e6e7b4b243 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Jan 2020 08:08:49 +0100 Subject: [PATCH] xsession: prepare for use of user systemd to start most services See: - - --- xsession | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsession b/xsession index a30c906..808db4f 100644 --- a/xsession +++ b/xsession @@ -20,15 +20,15 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1 [ -e ~/.zshenv ] && . ~/.zshenv systemctl --user import-environment +systemd-run -q --scope --user tmux start-server autorandr --change -. ~/.config/awesome/bin/xsettingsd-setup +~/.config/awesome/bin/xsettingsd-setup ~/.config/awesome/bin/compton & ~/.config/awesome/bin/xss-lock start & xiccd --edid & setxkbmap us inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null redshift -l 2.35:48.87 -t 6500:3900 2> /dev/null & -systemd-run -q --scope --user tmux start-server exec awesome