This commit is contained in:
Astatin3
2024-10-30 19:49:27 -06:00
parent c5ac3f4a30
commit 0597b0db04
6 changed files with 532 additions and 1 deletions
+9 -1
View File
@@ -1,2 +1,10 @@
# raylock
Swaylock alternitive made in rust
##### Swaylock alternitive made in rust
---
Unfortunatly this is not the most secure desktop locker, as it involves using sway config, and not PAM for key validiation. But it seems to work just fine.
```
# Add this to your sway config:
mode "lock" { }
for_window [title="^raylock$"] sticky enable, fullscreen
```