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