diff --git a/dots/.config/hypr/hyprland.lua b/dots/.config/hypr/hyprland.lua index 9e87ce3fb..3e54e8e3d 100644 --- a/dots/.config/hypr/hyprland.lua +++ b/dots/.config/hypr/hyprland.lua @@ -32,9 +32,13 @@ if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then require("custom.keybinds") end --- nwg-displays support: re-add the files if it updates later --- require("workspaces") --- require("monitors") +-- nwg-displays support -- +if is_file_exists(HOME .. "/.config/hypr/workspaces.lua") then + require("workspaces") +end +if is_file_exists(HOME .. "/.config/hypr/monitors.lua") then + require("monitors") +end -- Shell overrides -- require("hyprland.shellOverrides.main")