From aad716cbb382868493f9f175e1601c0c5515b282 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 19 Jul 2025 01:35:53 +0900 Subject: [PATCH] forgot to add hyprwayland scanner in the install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 8f4352d..5f8f098 100755 --- a/install.sh +++ b/install.sh @@ -333,6 +333,8 @@ execute_script "hyprcursor.sh" sleep 1 execute_script "hyprutils.sh" sleep 1 +execute_script "hyprwayland-scanner.sh" +sleep 1 execute_script "hyprland.sh" sleep 1 execute_script "wallust.sh"