From 554a28e0b1c42d70548311a0c0b1e0f63cd3440a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 18:36:27 +0900 Subject: [PATCH 1/4] updated ubuntu hyprland to install latest dotfiles --- install-scripts/dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index c389d59..1a8fd7d 100755 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -3,7 +3,7 @@ # Hyprland-Dots to download a specific release # # Define the specific release version to download -specific_version="v2.2.11" +specific_version="v2.2.11-1" ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## From 35ddefe5b2a859d8852e146e76ff4b122f91bb6d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 00:53:29 +0900 Subject: [PATCH 2/4] updated Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11379ab..b61f636 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,12 @@ log into your account - Feel free to copy, re-distribute, and use this script however you want. Would appreciate if you give me some loves by crediting my work :) +#### ⏩ Contributing +- As stated above, these script does not contain actual config files. These are only the installer of packages +- The development branch of this script is pulling the latest "stable" releases of the Hyprland-Dotfiles. +- If you want to contribute and/or test the Hyprland-Dotfiles (development branch), [`Hyprland-Dots-Development`](https://github.com/JaKooLit/Hyprland-Dots/tree/development) + + #### 👍👍👍 Thanks and Credits! - [`Hyprland`](https://hyprland.org/) Of course to Hyprland and @vaxerski for this awesome Dynamic Tiling Manager. From 00fee558c1a9ced0ab52ea924cf12fc44ecebf1e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 23:26:55 +0900 Subject: [PATCH 3/4] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b61f636..86077cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 💌 JaKooLit's Ubuntu Hyprland Install Script 💌 #### For Ubuntu 24.04 Noble Numbat -![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Debian-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Debian-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Debian-Hyprland?style=for-the-badge&color=cba6f7)
From 503fb7f9e581ae48bd6e8ad76d5a3286ced459d5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 May 2024 12:27:09 +0900 Subject: [PATCH 4/4] 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 9fba3be..1d20ad6 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 + ## 10 May 2024 - added wallust-git and remove python-pywal for migration to wallust on Hyprland-Dots v2.2.11 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