niri icon indicating copy to clipboard operation
niri copied to clipboard

A scrollable-tiling Wayland compositor.

Results 84 niri issues
Sort by recently updated
recently updated
newest added

Right now you kinda need to use the keyboard at the same time as DnD with the mouse if you want to reach some other window, which is awkward.

enhancement

There are two issues: 1. The code in niri doesn't handle multiple monitor scales yet. Since the portal wants a full all-monitors screenshot in one image, we should pick one...

enhancement

After switching tty back and forth I always end up on the first workspace regardless of where I was before.

enhancement

![image](https://github.com/YaLTeR/niri/assets/1794388/290ad04a-d874-4a57-b7c9-bd5146970039)

bug

Keep in mind that IME can't work with QT at all, so I just basically don't have popups until I kill `anthywl` or something. You can probably just start `anthywl`...

enhancement

In Wayland we can make every frame perfect in a lot of cases. However, this requires very careful handling. Currently niri doesn't do any transactional updates, but they would be...

enhancement

Modesets can sometimes be avoided if the connector already has the mode that we want it to have. However, this needs to be very carefully implemented and tested since failing...

enhancement

Right now niri just unconditionally sends frames with the cursor baked in. However, screencasts can send the cursor as pipewire metadata. This will make it possible to toggle the cursor...

enhancement

Store text from clients. Basically exactly what Mutter does, it works perfectly there.

enhancement

Can be solved together with #104 because the Smithay PR linked there implements an idle timer perfect for this case.

enhancement