TL;DR
Hyprland 0.55 introduces Lua for configuration files, enhancing customization options for users. This update allows for the creation of personalized layouts directly within the config.
✦ Why It Matters
Engineers should start migrating their configurations to Lua to utilize the new Layout API features immediately.
Key Takeaways
Full Summary
Hyprland 0.55 marks a significant update with the transition to Lua for configuration files, allowing users to create custom layouts directly in their settings. This change does not break existing configurations, which will remain functional for a few more releases.
The update also includes various scrolling enhancements, such as support for fullscreen windows and new trackpad gestures. Additionally, users can now load ICC profiles for improved color accuracy on a per-output basis.
The renderer has been upgraded to use FP16 precision, enhancing color management for displays. Several config options have been removed or updated, streamlining the user experience while introducing new features like device tags and window decorations.
Related