# Auto-start Hyprland on TTY1 if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then exec Hyprland fi