v0.9.8
Fixed
- Workspace rule selectors now always emit as Lua strings (
workspace = "1"instead ofworkspace = 1).hl.workspace_ruledeclares theworkspacefield as a string; the integer form only worked through Lua's implicit number-to-string coercion and was flagged by lua-language-server. BlueManCZ/hyprmod#48