shell-things/rc/xinitrc

11 lines
388 B
Plaintext
Raw Normal View History

2019-02-28 15:53:26 +01:00
# xprofile reading
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
# flatpak & snap & co.
. /etc/profile
# 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.
2020-07-09 08:56:29 +02:00
#exec dbus-launch --exit-with-session mate-session
exec dbus-launch --exit-with-session i3