From 96ba652803d97ec348c07d5673b59744586fbfe5 Mon Sep 17 00:00:00 2001 From: alex-huff Date: Sat, 20 Sep 2025 21:21:28 -0500 Subject: [PATCH] docs: panel: update niri compatibility information --- docs/kittens/panel.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index 845b706c0..17df65f02 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -150,6 +150,9 @@ Compatibility with various platforms 🟢 **labwc** Fully working, no known issues + 🟢 **niri** + Fully working, no known issues + 🟠 **KDE** (kwin) Mostly working, except that clicks outside background panels cause kwin to :iss:`erroneously hide the panel <8715>`. KDE uses an `undocumented mapping `__ under Wayland to set the window type from the :code:`kitten panel --app-id` flag. You might want to use :code:`--app-id=dock` so that KDE treats the window as a dock panel, and disables window appearing/disappearing animations for it. @@ -161,10 +164,6 @@ Compatibility with various platforms Not all functionality has been tested, but the quick access terminal appears as it should and the keyboard focus is properly restored too. - 🟠 **niri** - Hiding a dock panel (unmapping the window) does not release the space used - by the dock. - 🔴 **GNOME** (mutter) Does not implement the wlr protocol at all, nothing works.