diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 35af7c5f..67fe8393 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -216,4 +216,4 @@ misc { } # -> Include external configuration files -source=conf.d/monitors.conf +source=hyprland.conf.d/*.conf diff --git a/hypr/conf.d/monitors.conf b/hypr/hyprland.conf.d/monitors.conf similarity index 100% rename from hypr/conf.d/monitors.conf rename to hypr/hyprland.conf.d/monitors.conf diff --git a/hypr/nvidia.conf b/hypr/hyprland.conf.d/nvidia.conf similarity index 58% rename from hypr/nvidia.conf rename to hypr/hyprland.conf.d/nvidia.conf index c55b96d5..bcf82bec 100644 --- a/hypr/nvidia.conf +++ b/hypr/hyprland.conf.d/nvidia.conf @@ -1,4 +1,4 @@ # NVIDIA Compatibility configuration file # Execute this command for NVIDIA graphics card # compatibility (will cause issues on non-NVIDIA): -# cp ~/.config/hypr/nvidia.conf.disabled ~/.config/hypr/nvidia.conf +# cp ~/.config/hypr/hyprland.conf.d/nvidia.conf.disabled ~/.config/hypr/hyprland.conf.d/nvidia.conf diff --git a/hypr/nvidia.conf.disabled b/hypr/hyprland.conf.d/nvidia.conf.disabled similarity index 100% rename from hypr/nvidia.conf.disabled rename to hypr/hyprland.conf.d/nvidia.conf.disabled