3 lines
96 B
Bash
3 lines
96 B
Bash
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
|
exec Hyprland >/dev/null
|
|
fi
|