flakes/users/rin/scripts/xinitrc
LavaDesu 59038a5e47
use yaru's cursor
apparently home-manager doesn't load .Xresources which is why
it didn't work before
2021-05-31 01:29:46 +07:00

11 lines
330 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
xrdb ~/.Xresources
exec ~/.xsession