diff --git a/early-init.zsh b/early-init.zsh index d1ff8f1..e6de026 100644 --- a/early-init.zsh +++ b/early-init.zsh @@ -21,6 +21,7 @@ if [[ -o login ]] && [[ "${ZSH_GRAPHICAL_LOGIN}" = 'true' ]] ; then # add_ssh_keys & if ! [[ -v WAYLAND_DISPLAY ]] && [ "${XDG_VTNR}" -eq 1 ]; then - exec Hyprland + source "${HOME}/.config/river/river-env.sh" + exec river fi fi