AvengeMedia / AvengeMedia/DankMaterialShell
Hibernate without first locking
- Dominant language
- QML
- Stars
- 8.1k
- Forks
- 515
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 102
Description
## Feature Description
Allow an option to turn off screen locking when using hibernate, but still lock the screen when suspending.
## Use Case
Currently the "Lock before suspend" applies to both suspend and hibernation. This means if you need your screen to lock on suspend, it's not possible to hibernate without locking the screen.
Since my disk is encrypted, hibernating means I'll have to enter my disk encryption password when I wake up the laptop again anyway. But since the screen was locked before hibernating, I now have to always enter two passwords when unlocking from hibernation.
## Compositor
Is this feature specific to one compositor?
- [x] All compositors
- [ ] niri
- [ ] Hyprland
- [ ] dwl (MangoWC)
- [ ] sway
## Proposed Solution
Split the "Lock before suspend" into two toggles:
- Lock before suspend
- Lock before hibernate
Contributor guide
Assessment
This issue has not been assessed yet.