Switch to river

This commit is contained in:
Alexander Rosenberg 2024-04-28 21:14:14 -07:00
parent 4ccf5cb65d
commit c030bd1ab7
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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