home manager!

also a bunch of other stuff
This commit is contained in:
LavaDesu 2021-05-20 14:02:49 +07:00
parent beee908e58
commit bb70530786
Signed by: cilly
GPG key ID: 6500251E087653C9
17 changed files with 1073 additions and 15 deletions

10
cfg/winter/rin/scripts/xinitrc Executable file
View 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