Files
raylock/README.md
T

11 lines
327 B
Markdown
Raw Normal View History

2024-10-30 19:28:25 -06:00
# raylock
2024-10-30 19:49:27 -06:00
##### 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
```