Post #1665111
2024-03-09 11:22 UTC
Tagged niri v0.1.3: https://github.com/YaLTeR/niri/releases/tag/v0.1.3
This one has much improved touchpad gestures with inertia, springs, rubberbanding and everything else I copied from libadwaita, my primary source for things that feel good :blobmiou:
Also thanks @alice@mk.nyaa.place for helping and giving feedback on the gestures and for giving a try to the touch support!
#wayland #rust #smithay
Replies (1)
-
@YaLTeR@mastodon.online 2024-03-24 06:38
Just implemented something I've had in mind for a while: compositor-side blocking out of windows from screencasts! The compositor is the perfect place to do this since it can replace the window contents in the render tree, which will work fine with any kind of overlapping, transparency, etc. AND it will work with anything that records the screen through the portal, be it OBS or video meeting, or whatever.