declutter $HOME :)

This commit is contained in:
LavaDesu 2021-06-04 16:17:02 +07:00
parent 3450585513
commit b7cc34b6e9
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 58 additions and 39 deletions

View file

@ -7,5 +7,5 @@ if command -v dbus-update-activation-environment > /dev/null 2>&1; then
dbus-update-activation-environment DISPLAY XAUTHORITY
fi
xrdb ~/.Xresources
exec ~/.xsession
xrdb ${XDG_CONFIG_HOME}/xorg/xresources
exec ${XDG_CONFIG_HOME}/xorg/xsession