diff --git a/hyprland/.config/hypr/.luarc.json b/hyprland/.config/hypr/.luarc.json new file mode 100644 index 0000000..62faf36 --- /dev/null +++ b/hyprland/.config/hypr/.luarc.json @@ -0,0 +1,10 @@ +{ + "workspace": { + "library": [ + "/usr/share/hypr/stubs" + ] + }, + "diagnostics": { + "globals": ["hl"] + } +}