This repository has been archived on 2024-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dot_zprofile
2023-12-06 19:51:54 +02:00

4 lines
83 B
Plaintext

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