add some xdg settings

This commit is contained in:
crater2150 2024-07-16 01:02:58 +02:00
parent 2cceb7b489
commit c8c6e801f8
5 changed files with 30 additions and 1 deletions

View file

@ -40,5 +40,6 @@ set -$shopts
unset sh shopts
if [[ $TTY == /dev/tty1 ]]; then
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
exec startx :1
fi