move things around
This commit is contained in:
parent
63b9b81ebe
commit
c9f0f903a3
26 changed files with 9 additions and 8 deletions
10
users/rin/scripts/xinitrc
Executable file
10
users/rin/scripts/xinitrc
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||
eval $(dbus-launch --exit-with-session --sh-syntax)
|
||||
fi
|
||||
systemctl --user import-environment DISPLAY XAUTHORITY
|
||||
|
||||
if command -v dbus-update-activation-environment > /dev/null 2>&1; then
|
||||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||
fi
|
||||
|
||||
exec ~/.xsession
|
||||
Loading…
Add table
Add a link
Reference in a new issue