From 82bf60295dffbd65217f19b9c7c6e1f7001df469 Mon Sep 17 00:00:00 2001 From: drendog Date: Sun, 18 Jan 2026 23:09:17 +0100 Subject: [PATCH] chore: add session lock support on readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8070b46..a37bd31 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ This clean-like architecture enables flexibility, and clear dependency boundarie - Event handling framework with ShellEventContext and ShellControl - Custom event loop integration (timers, channels, file descriptors) - HiDPI scale factor support +- Session lock support via ext-session-lock-v1 protocol > [!WARNING] > **Known Limitations:** @@ -67,7 +68,7 @@ Each example includes detailed documentation and can be run with: cargo run -p simple-bar cargo run -p multi-surface cargo run -p declarative-config -... +cargo run -p session-lock ... ```