From 49209e232c63796004cbc633b25b483e0d81573d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 17 Feb 2019 14:48:46 +0200 Subject: [PATCH] xinitrc: start i3 with dbus, I am finally using startx again --- rc/xinitrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rc/xinitrc b/rc/xinitrc index 00eda4a5..4cd13124 100644 --- a/rc/xinitrc +++ b/rc/xinitrc @@ -1,3 +1,4 @@ -export XCURSOR_DISCOVER=1 -[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources -exec mate-session +# Using dbus-launch seems to be necessary here to get dbus up, otherwise +# there are errors about it missing and pasystray & nm-applet cannot be +# interacted with. +exec dbus-launch --exit-with-session i3