From 7579579b4764cec41cbf18ba74f6008cca35ee18 Mon Sep 17 00:00:00 2001
From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com>
Date: Sun, 23 Jun 2024 17:02:38 +0800
Subject: [PATCH 1/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c62ae4d..f192be4 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
- This is the reason why I have to set a specific release version on Hyprland packages including its eco-system as it is most likely wayland protocol wont be updated since its an LTS version.
-#### ๐ KOOL's Hyprland-Dots related Links ๐
+๐ KOOL's Hyprland-Dots related Links ๐
From 9ed87db627d00dbef15099211fbd57ca8f5fbe0a Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Thu, 4 Jul 2024 11:11:53 +0900
Subject: [PATCH 2/5] added copying of Hyprland.desktop in hyprland.sh install
script
---
install-scripts/hyprland.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh
index 768b657..fb210c8 100755
--- a/install-scripts/hyprland.sh
+++ b/install-scripts/hyprland.sh
@@ -43,5 +43,9 @@ else
echo -e "${ERROR} Download failed for Hyprland." 2>&1 | tee -a "$LOG"
fi
+wayland_sessions_dir=/usr/share/wayland-sessions
+[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }
+sudo cp assets/hyprland.desktop "$wayland_sessions_dir/" 2>&1 | tee -a "$LOG"
+
clear
From 74f2fc89160a1e0a7a47ecd1dc90eccb978b363d Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Fri, 5 Jul 2024 11:00:59 +0900
Subject: [PATCH 3/5] added fbdev=1 in /etc/modprobe.d/nvidia.conf
---
install-scripts/nvidia.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh
index 2e7a6a1..44c93b7 100755
--- a/install-scripts/nvidia.sh
+++ b/install-scripts/nvidia.sh
@@ -78,7 +78,7 @@ printf "${YELLOW} nvidia-stuff to /etc/default/grub..."
# Define the configuration file and the line to add
config_file="/etc/modprobe.d/nvidia.conf"
line_to_add="""
- options nvidia-drm modeset=1
+ options nvidia-drm modeset=1 fbdev=1
options nvidia NVreg_PreserveVideoMemoryAllocations=1
"""
From ed25a833114dca158edb3526d363408a741c6487 Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Sat, 6 Jul 2024 16:41:55 +0900
Subject: [PATCH 4/5] updated readme for those who are incapable of going
through readme
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index f192be4..d29c112 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,11 @@
+
+
## ๐ JaKooLit's Ubuntu Hyprland Install Script ๐
#### For Ubuntu 24.04 Noble Numbat
From 8ad19c2cd6ef2232f5361529aa33264e5ed7eb06 Mon Sep 17 00:00:00 2001
From: JaKooLit
Date: Sat, 6 Jul 2024 16:43:32 +0900
Subject: [PATCH 5/5] updated readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d29c112..0445298 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/50d53755-0f11-45d6-991
- The dotfiles that will be pulled by this installer is only specific. Since newer dotfiles might not work properly
> [!NOTE]
-> There is a lot of changes on Hyprland v0.40.0. And because of this, the latest Hyprland-Dots compatible for this script will be Hyprland-Dots v2.2.12 [`LINK`](https://github.com/JaKooLit/Hyprland-Dots/releases/tag/v2.2.12)
+> There is a lot of changes on Hyprland v0.40.0. And because of this, the latest Hyprland-Dots compatible for this script will be Hyprland-Dots v2.2.14 [`LINK`](https://github.com/JaKooLit/Hyprland-Dots/releases/tag/v2.2.14)
#### โจ Some notes on this installer / Prerequisites
- This script is meant to install in Ubuntu 24.04 LTS