From 855f74dd787a5a5fe39e8b14b7c34cdcd30acdbf Mon Sep 17 00:00:00 2001 From: Salman Abedin Date: Mon, 8 Jun 2020 20:02:10 +0600 Subject: [PATCH] Unmessy login screen --- .zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 4719c28e..90069433 100644 --- a/.zprofile +++ b/.zprofile @@ -122,7 +122,8 @@ ex=🎯:\ if pacman -Qs libxft-bgra >/dev/null 2>&1; then # Start graphical server on tty1 if not already running. - [ "$(tty)" = "/dev/tty1" ] && ! pidof Xorg >/dev/null 2>&1 && exec startx + [ "$(tty)" = "/dev/tty1" ] && ! pidof Xorg >/dev/null 2>&1 && + exec startx -- vt1 > /dev/null 2>&1 else echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm. Please run: