@@ -30,6 +30,6 @@ source ~/dotfiles/aliases
# reload with .
alias .="source ~/.zshrc"
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
fi
The note is not visible to the blocked user.