From d13da4f46290998fa7ca1d7e331cd879097dddb2 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 20 Jun 2025 14:45:58 -0300 Subject: [PATCH] :wrench: chore(hypr): remove nvidia configuration from shell since it's personal, I'll move it to the retrozinndev/Hyprland-Dots repo --- hypr/shell/hyprland.conf | 1 - hypr/shell/nvidia.conf | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 hypr/shell/nvidia.conf diff --git a/hypr/shell/hyprland.conf b/hypr/shell/hyprland.conf index 60e5c02..fafafa9 100644 --- a/hypr/shell/hyprland.conf +++ b/hypr/shell/hyprland.conf @@ -2,7 +2,6 @@ # color-shell configuration, please don't modify unless you know what you're doing! source = ./variables.conf -source = ./nvidia.conf source = ./environment.conf source = ./bindings.conf source = ./decorations.conf diff --git a/hypr/shell/nvidia.conf b/hypr/shell/nvidia.conf deleted file mode 100644 index bc5bf6e..0000000 --- a/hypr/shell/nvidia.conf +++ /dev/null @@ -1,13 +0,0 @@ -################## -## NVIDIA STUFF ## -################## -# Wiki: https://wiki.hyprland.org/Configuring/Environment-variables/#nvidia-specific - - -env = LIBVA_DRIVER_NAME, nvidia -env = __GLX_VENDOR_LIBRARY_NAME, nvidia -env = NVD_BACKEND, direct - -cursor { - no_hardware_cursors = false # Set to true/false if you have issues -}