mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
xinitrc: start i3 with dbus, I am finally using startx again
This commit is contained in:
parent
24d5504a8e
commit
49209e232c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user