dotfiles/.config/zsh/.zprofile
2025-07-20 12:57:27 -04:00

3 lines
96 B
Bash

if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec Hyprland >/dev/null
fi