Email or username:

Password:

Forgot your password?
Top-level
Ivan Molodetskikh

The other day, Christian Meissl finished updating and publishing the libdisplay-info bindings [1]. This is quite exciting because, unlike edid-rs, it can parse the manufacturer/model/serial from pretty much any monitor.

So, today I spend a few hours integrating the manufacturer/model/serial monitor addressing all throughout niri: config, IPC, niri msg, screencast output selector. You should now be able to write/use "SomeCompany CoolMonitor 1234" everywhere!

[1]: lib.rs/crates/libdisplay-info

#niri

7 comments
Ivan Molodetskikh replied to Ivan

Set up CI rustdoc publishing for niri-ipc: yalter.github.io/niri/niri_ipc

This has the entirety of the niri IPC documented, including the new event stream events.

#niri

Ivan Molodetskikh replied to Ivan

After the Waybar maintainer speedran merging my niri modules and releasing, I would feel bad delaying any longer, so here's niri 0.1.9 :)

Event stream IPC for bars, better window resizing, properly named outputs, on-demand VRR, out-of-the-box fix for NVIDIA flickering, and other improvements!

github.com/YaLTeR/niri/release

#niri #smithay #wayland #rust

Ivan Molodetskikh replied to Ivan

Over the past 2 weeks I've been slowly but surely working on the interactive move niri PR [1] by @pajn. It's already got me to fix quite a bit of tech debt in the layout code, which is cool.

The PR is still rough around the edges, but mostly works, and I switched to running the branch on my own systems to give it thorough testing.

(also no, this is not the Floating Layer yet, though it's a good step towards that)

Attaching a video of what it looks like rn

[1]: github.com/YaLTeR/niri/pull/54

#niri

Over the past 2 weeks I've been slowly but surely working on the interactive move niri PR [1] by @pajn. It's already got me to fix quite a bit of tech debt in the layout code, which is cool.

The PR is still rough around the edges, but mostly works, and I switched to running the branch on my own systems to give it thorough testing.

Ivan Molodetskikh replied to Ivan

Made interactive move work on touch (and resize too while I was at it), didn't need that many changes actually

#niri

Ivan Molodetskikh replied to Ivan

Added a bit of rubberbanding before the window is "dragged out" of the layout. Should help avoid unintended layout changes.

Along with a few more fixes I did, I think interactive move should be good to merge? It's not 100% perfect and jank free, but I'm fairly sure I got all the important things done. Will give it some more testing.

#niri

Ivan Molodetskikh replied to Ivan

Suddenly, @drakulix showcasing the Cosmic session running on, among other compositors, niri! On the big screen at the Ubuntu Summit 😄

github.com/Drakulix/cosmic-ext

#niri

Go Up