diff --git a/Debian-Install.png b/Debian-Install.png
new file mode 100644
index 0000000..31142f2
Binary files /dev/null and b/Debian-Install.png differ
diff --git a/Debian-Installer.png b/Debian-Installer.png
deleted file mode 100644
index d5c4cb3..0000000
Binary files a/Debian-Installer.png and /dev/null differ
diff --git a/README.md b/README.md
index d94529d..7e416ba 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,23 @@
-## SHOW OFF
-https://github.com/JaKooLit/Debian-Hyprland/assets/85185940/66ccc81c-5e8e-4f6e-921d-68f063b2a3f4
-
-> [!NOTE]
-> For Ubuntu 24.04 Noble Numbat users, click the link below
+
For Ubuntu 24.04 Noble Numbat users, click the link below. This will take you to specific branch of this repo
-
+
> [!NOTE]
@@ -227,6 +235,11 @@ log into your account
- more info from the hyprland wiki [`Hyprland Wiki Link`](https://wiki.hyprland.org/FAQ/#my-external-monitor-is-blank--doesnt-render--receives-no-signal-laptop)
+> [!NOTE]
+> Auto start of Hyprland after login (no SDDM or GDM or any login managers)
+- This was disabled a few days ago. (19 May 2024). This was because some users, after they used the Distro-Hyprland scripts with other DE (gnome-wayland or plasma-wayland), if they choose to login into gnome-wayland for example, Hyprland is starting.
+- to avoid this, I disabled it. You can re-enable again by editing `~/.zprofile` . Remove all the # on the first lines
+
- [ ] Does not work in Debian Bookworm
- [ ] sddm blackscreen when log-out
- [ ] Installing SDDM if or any other Login Manager installed. See [`Issue 2 - SDDM`](https://github.com/JaKooLit/Debian-Hyprland/issues/2)
diff --git a/install-scripts/sddm.sh b/install-scripts/sddm.sh
index c442d83..820d052 100755
--- a/install-scripts/sddm.sh
+++ b/install-scripts/sddm.sh
@@ -99,7 +99,7 @@ while [ "$valid_input" != true ]; do
fi
sudo mv simple-sddm /usr/share/sddm/themes/
- echo -e "[Theme]\nCurrent=simple-sddm" | sudo tee "$sddm_conf_dir/10-theme.conf" &>> "$LOG"
+ echo -e "[Theme]\nCurrent=simple-sddm" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG"
else
echo -e "\e[1A\e[K${ERROR} - Failed to clone the theme repository. Please check your internet connection or repository availability." | tee -a "$LOG" >&2
fi
diff --git a/install.sh b/install.sh
index 411aba7..e86df68 100755
--- a/install.sh
+++ b/install.sh
@@ -16,7 +16,7 @@ echo " \_| (_| o |\ (_) (_) |_ | |_ "
printf "\n%.0s" {1..2}
# Welcome message
-echo "$(tput setaf 6)Welcome to JaKooLit's Debian / Ubuntu Hyprland Install Script!$(tput sgr0)"
+echo "$(tput setaf 6)Welcome to JaKooLit's Debian Trixie/SID Hyprland Install Script!$(tput sgr0)"
echo
echo "$(tput setaf 166)ATTENTION: Run a full system update and Reboot first!! (Highly Recommended) $(tput sgr0)"
echo
@@ -32,7 +32,7 @@ if [ "$proceed" != "y" ]; then
exit 1
fi
-read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Debian only] (y/n): $(tput sgr0)" proceed2
+read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Very Important] (y/n): $(tput sgr0)" proceed2
if [ "$proceed2" != "y" ]; then
echo "Installation aborted Kindly edit your sources.list first. Refer to readme."