Skip to content

v0.9.8

Choose a tag to compare

@BlueManCZ BlueManCZ released this 12 Jun 06:57
· 1 commit to main since this release
49805d2

Fixed

  • Workspace rule selectors now always emit as Lua strings (workspace = "1" instead of workspace = 1). hl.workspace_rule declares the workspace field 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