alias: tni and tai as interactive versions of tn i ta, .profile: add startx as alternative to sx

This commit is contained in:
2025-09-29 22:55:30 +02:00
parent f76cac70eb
commit e0f22f25cf
2 changed files with 20 additions and 1 deletions

View File

@@ -35,5 +35,7 @@ if [[ -z "$DISPLAY" && -z "$WAYLAND_DISPLAY" && "$XDG_VTNR" -eq 1 ]]; then
exec river
elif which /usr/bin/sx > /dev/null; then
exec /usr/bin/sx ~/.xsession
elif which /usr/bin/startx > /dev/null; then
exec /usr/bin/startx
fi
fi