mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2026-01-22 08:15:54 +00:00
chore: add session lock support on readme
This commit is contained in:
parent
b25bbd28c1
commit
82bf60295d
1 changed files with 2 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ This clean-like architecture enables flexibility, and clear dependency boundarie
|
||||||
- Event handling framework with ShellEventContext and ShellControl
|
- Event handling framework with ShellEventContext and ShellControl
|
||||||
- Custom event loop integration (timers, channels, file descriptors)
|
- Custom event loop integration (timers, channels, file descriptors)
|
||||||
- HiDPI scale factor support
|
- HiDPI scale factor support
|
||||||
|
- Session lock support via ext-session-lock-v1 protocol
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> **Known Limitations:**
|
> **Known Limitations:**
|
||||||
|
|
@ -67,7 +68,7 @@ Each example includes detailed documentation and can be run with:
|
||||||
cargo run -p simple-bar
|
cargo run -p simple-bar
|
||||||
cargo run -p multi-surface
|
cargo run -p multi-surface
|
||||||
cargo run -p declarative-config
|
cargo run -p declarative-config
|
||||||
...
|
cargo run -p session-lock
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue