From ae859493b6be225aecc629ca1347edd0a2dabad4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 00:53:25 +0900 Subject: [PATCH 1/4] updated Readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 970a2ab..3e839da 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,18 @@ log into your account #### 🫥 Improving performance for Older Nvidia Cards using driver 470 - [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205) - + #### 📒 Final Notes - join my discord channel [`Discord`](https://discord.gg/V2SJ92vbEN) - 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 37f09a8e7e4c39f3dd36f2a13e7f9f7ee7def007 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 18:39:12 +0900 Subject: [PATCH 2/4] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e839da..423135d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ source ~/.zshrc - [ ] possibly adding gruvbox themes, cursors, icons #### ⚠️ some known issues +- if you install this script on a system or has an old rofi installed, make sure to install rofi-wayland to replace rofi. Else you will have issues with rofi + - reports from members of my discord, states that some users of nvidia are getting stuck on sddm login. credit to @Kenni Fix stated was ``` while in sddm press ctrl+alt+F2 or F3 From 92f595b6e4628d271ec072778ce2e8dcb7f4f772 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 23:23:50 +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 423135d..c0a061f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## 💌 ** JaKooLit's Arch Hyprland Install Script ** 💌 -![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Arch-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) +![GitHub Repo stars](https://img.shields.io/github/stars/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7) ![GitHub last commit](https://img.shields.io/github/last-commit/JaKooLit/Arch-Hyprland?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/JaKooLit/Arch-Hyprland?style=for-the-badge&color=cba6f7)
From 6252e96186d43b6f7f93a3f1a14994529ff155de Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 May 2024 12:27:05 +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 90edf62..c85f473 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