Elektrine lite

← Feed

@YaLTeR@mastodon.online

Post #1665090

2024-05-18 11:53 UTC

Niri 0.1.6 with interactive window resizing, rounded corners, named workspaces, mouse view scrolling, animation custom shaders, screen transition! https://github.com/YaLTeR/niri/releases/tag/v0.1.6 Didn't realize quite how many release notes there would be this time; even had to use an extra level of headings. 😅 #niri #smithay #rust #wayland

Replies (1)

  • @YaLTeR@mastodon.online 2024-06-17 11:42

    Over the past few weeks I've been working on fractional scaling for niri. A simple implementation took about a day, but to do it *properly* I had to refactor the entire layout code to work in floating-point. The result is well worth it though. Borders, gaps and windows are always physical-pixel aligned, and not restricted to integer logical pixel positions. There's no blur or position-dependent +-1 px jank. Fractional-scale-aware clients remain crisp at any scale. #niri #smithay

    Open ##1665089