diff options
| author | xengineering <me@xengineering.eu> | 2023-01-04 18:58:56 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-01-06 14:22:38 +0100 |
| commit | 8458243aaebabbe5865643a33fee37cc647eccd1 (patch) | |
| tree | 235ca3b9b1a1c5f6ea1efd2a4ace32d85b8d385f | |
| parent | eb41477a696a90e71563e6ed23b5c8ae6be88f4b (diff) | |
| download | phonelock-8458243aaebabbe5865643a33fee37cc647eccd1.tar phonelock-8458243aaebabbe5865643a33fee37cc647eccd1.tar.zst phonelock-8458243aaebabbe5865643a33fee37cc647eccd1.zip | |
Add reference to ext_session_lock_manager_v1 docs
This will be used to implement the screen lock.
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ This Wayland screen locker is aimed at mobile devices like phones or tablets. ## References -- [cairo](https://www.cairographics.org/) +- [cairo][1] +- Wayland documentation about [ext\_session\_lock\_manager\_v1][2] [1]: https://www.cairographics.org/ +[2]: https://wayland.app/protocols/ext-session-lock-v1 |
