From 59cf17f2be92a988af0918c9c4670df15e754a44 Mon Sep 17 00:00:00 2001 From: alex-huff Date: Sun, 21 Dec 2025 12:17:56 -0600 Subject: [PATCH] docs: panel: update river compatibility information --- docs/kittens/panel.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index c9cb3904c..1435301a7 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -153,6 +153,9 @@ Compatibility with various platforms 🟢 **niri** Fully working, no known issues + 🟢 **river** + Fully working, no known issues + 🟢 **Xfce** Fully working, no known issues @@ -163,13 +166,6 @@ Compatibility with various platforms Renders its configured background over the background window instead of under it. This is because it uses the wlr protocol for backgrounds itself. - 🟠 **river** - Breaks when hiding (unmapping) layer shell windows. This means the quick - access terminal is non-functional, but background and dock panels work. - More technically, when unmapping the surface (attaching a NULL buffer to - it) river continues to send configure events to the unmapped surface, - leading to Wayland protocol errors. - 🔴 **GNOME** (mutter) Does not implement the wlr protocol at all, nothing works.