mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Restore nwg-displays entry (#3381)
This commit is contained in:
@@ -32,9 +32,13 @@ if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then
|
|||||||
require("custom.keybinds")
|
require("custom.keybinds")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- nwg-displays support: re-add the files if it updates later
|
-- 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