mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
add file existence check for nwg displays include
This commit is contained in:
@@ -33,8 +33,12 @@ if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- nwg-displays support --
|
-- nwg-displays support --
|
||||||
require("workspaces")
|
if is_file_exists(HOME .. "/.config/hypr/workspaces.lua") then
|
||||||
require("monitors")
|
require("workspaces")
|
||||||
|
end
|
||||||
|
if is_file_exists(HOME .. "/.config/hypr/monitors.lua") then
|
||||||
|
require("monitors")
|
||||||
|
end
|
||||||
|
|
||||||
-- Shell overrides --
|
-- Shell overrides --
|
||||||
require("hyprland.shellOverrides.main")
|
require("hyprland.shellOverrides.main")
|
||||||
|
|||||||
Reference in New Issue
Block a user