flakes/cfg/winter/rin/scripts/xinitrc
LavaDesu bb70530786
home manager!
also a bunch of other stuff
2021-05-20 14:02:49 +07:00

10 lines
311 B
Text
Executable file

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