From 90a3182a096bcc628e25238fe0a99917f3c0e3be Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 26 Nov 2023 20:46:00 +0900 Subject: [PATCH] remove hyprland-nvidia patches --- install-scripts/nvidia.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-scripts/nvidia.sh b/install-scripts/nvidia.sh index 77f072e..be8b111 100644 --- a/install-scripts/nvidia.sh +++ b/install-scripts/nvidia.sh @@ -83,8 +83,6 @@ add_to_file() { printf "${NOTE} Installing nvidia-Hyprland...\n" if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then cd Hyprland || exit 1 - # additional for hyprland-nvidia - sed 's/glFlush();/glFinish();/g' -i subprojects/wlroots/render/gles2/renderer.c make all if sudo make install 2>&1 | tee -a "$LOG"; then printf "${OK} Nvidia-Hyprland installed successfully.\n"