m3tm3re
6c26ade621
fix(hyprland): remove enable override, use workspace_rule and table-based window_rule syntax
- Remove redundant `enable = true` from host hyprland blocks to avoid
circular module reference (Hyprland is already enabled via m3ta-home
profile flags; these files only add host-specific settings)
- Replace legacy string-format `workspace = ["1, monitor:..."]` entries
with proper `workspace_rule` attrsets (e.g. `{ workspace = "1";
monitor = "DP-1"; default = true; }`) per current Hyprland Lua docs
- Replace `_args + mkLuaInline hl.dsp.window.match(...)` window_rule
pattern with clean single-table `{ match.class = "..."; effect; }`
attrsets per Home Manager module examples
- Keep `configType = "lua"` and monitor table syntax unchanged
2026-05-18 19:07:42 +02:00
..
2026-05-09 10:46:47 +02:00
2026-04-26 11:29:49 +02:00
2026-05-18 19:07:42 +02:00
2026-05-11 19:01:17 +02:00
2026-05-02 10:41:12 +02:00
2026-04-26 11:29:49 +02:00
2026-05-11 19:27:11 +02:00
2026-05-18 19:07:42 +02:00