From b1d4bdc019c2c255b819f71ea30bb911fda8a070 Mon Sep 17 00:00:00 2001 From: alex-huff Date: Thu, 16 Oct 2025 12:28:48 -0500 Subject: [PATCH] docs: panel: update river compatibility information --- docs/kittens/panel.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index 2ac3d7b8b..c9cb3904c 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -164,8 +164,11 @@ Compatibility with various platforms under it. This is because it uses the wlr protocol for backgrounds itself. 🟠 **river** - Not all functionality has been tested, but the quick access terminal - appears as it should and the keyboard focus is properly restored too. + 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.