Enable emptty for Void desktops

This commit is contained in:
Fabio Scotto di Santolo
2026-03-28 15:47:55 +01:00
parent 64a28d2d73
commit 93af57f401
8 changed files with 85 additions and 13 deletions

View File

@@ -4,7 +4,3 @@
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec startx
fi