This commit is contained in:
Ryan Schanzenbacher 2023-09-07 19:28:02 -04:00
parent 409c1576b7
commit e8351e69e9
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -10,7 +10,7 @@ export PATH=$PATH:~/.nix-profile/bin
# Honor per-interactive-shell startup file
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec Hyprland
fi