From c030bd1ab7ad13dfa996d0bb8027175725463f90 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 28 Apr 2024 21:14:14 -0700 Subject: [PATCH] Switch to river --- early-init.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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