mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2026-01-22 10:25:55 +00:00
14 lines
310 B
Markdown
14 lines
310 B
Markdown
# session-lock example
|
|
|
|
Demonstrates the ext-session-lock-v1 integration with a simple lock screen, activated by a bar button click.
|
|
|
|
## Run
|
|
|
|
```bash
|
|
cargo run -p session-lock
|
|
```
|
|
|
|
## Notes
|
|
|
|
- Requires a compositor that supports ext-session-lock-v1.
|
|
- The example unlocks when the password field is non-empty.
|