Files
arch-system-hyprland/03-user/dotfiles/.zprofile
T
2026-07-02 15:56:21 +02:00

4 lines
114 B
Bash

if [[ -z $WAYLAND_DISPLAY && $XDG_VTNR == 1 && $(tty) == /dev/tty1 ]]; then
exec ~/scripts/start_hyprland.sh
fi