Replies: 1 comment 3 replies
|
Hey @vitorf7, thanks for raising this — it's a great topic to have on the radar. I've been keeping an eye on the Lua transition since the announcement. The Lua commits have actually already landed in Hyprland, so the rough shape is visible, but I'd rather wait for a stable release before committing to anything — APIs at this stage tend to shift, and I don't want HyprMod to chase a moving target. As soon as it stabilizes, picking up Lua support is high on the list. The good news is that the migration shouldn't be a big deal for HyprMod. A few reasons:
So realistically the work boils down to: teach the config library to emit Lua, update the first-run setup to inject the Lua equivalent of the Thanks again for opening the discussion! |
Uh oh!
There was an error while loading. Please reload this page.
This is very early days but somewhat recently hyprland introduced lua as the config language going forward in place of the "old" hyprlang config.
This article does mention many of the hypr* tools will eventually move in that direction but slowly.
I guess that means that somewhere down the line we could think that
hyprmodwould also have to be able to implement/use lua for the configuration.Now I do not know whether or not hyprland will be compatible with say hyprland config being in lua and having other extensions or tools in hyprlang, but still wanted to raise this discussion as it is an interesting one to look into.
Any plans or thoughts on this?
All reactions