git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitaa25716c06b51d0bdecdc4e41131c0d1c5146c91
parent43bf342210
authorIsaac Freund <[email protected]>
date2026-01-29 13:12
doc: readme tweak order

 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4e20621..14fe1ac 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,10 @@ The first release supporting the
 will be 0.4.0. The protocol is implemented on river's main branch and is already
 robust/feature complete enough for me to use as my daily driver.
 
+The [river-window-management-v1](protocol/river-window-management-v1.xml)
+protocol and other river protocol extensions are stable.
+We do not break window managers.
+
 Currently the only documentation for the
 [river-window-management-v1](protocol/river-window-management-v1.xml) protocol
 is the protocol specification itself. While this is all developers comfortable
@@ -65,10 +69,6 @@ with writing Wayland clients should need, I'd like to add some more
 beginner-friendly documentation including a well-commented example window
 manager before the 0.4.0 release.
 
-The [river-window-management-v1](protocol/river-window-management-v1.xml)
-protocol and other river protocol extensions are stable.
-We do not break window managers.
-
 If everything goes well with the 0.4.0 release, I expect the following
 non-bugfix release to be river 1.0.0. After river 1.0.0, all backwards
 incompatible changes will be strictly avoided.