From 08c6dd8ee9283689075736a36ce2abbe7654ec34 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 May 2024 12:27:08 +0900 Subject: [PATCH] updated behaviour of .zprofile as causing auto-login to Hyprland --- CHANGELOGS.md | 3 +++ assets/.zprofile | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index fa11ca3..b09f232 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 19 May 2024 +- Disabled the auto-login in .zprofile as it causes auto-login to Hyprland if any wayland was chosen. Can enabled if only using hyprland + ## 15 May 2025 - Backed down hyprland version to install as v0.40.0 is failing to install - removed from waybar-git to install. Instead to install from official repo diff --git a/assets/.zprofile b/assets/.zprofile index d0161af..153ca24 100644 --- a/assets/.zprofile +++ b/assets/.zprofile @@ -1,3 +1,3 @@ -if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - Hyprland -fi +#if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then +# Hyprland +#fi