Automatically run startx on login

This commit is contained in:
Oliver Davies 2025-02-18 12:24:39 +00:00
parent 604891afb6
commit 394d40f601

View file

@ -22,6 +22,10 @@
};
initExtra = ''
if [[ -z "$DISPLAY" ]] && [[ "$(tty)" == "/dev/tty1" ]]; then
exec startx &>/dev/null
fi
# suffix
alias -s gz="tar -tf"
alias -s {html,HTML}="background firefox"