lock screen: ext-session-lock-v1 with PAM auth and logind integration
This commit is contained in:
parent
1f3cb60934
commit
4f59bc4ce4
10 changed files with 522 additions and 3 deletions
|
|
@ -1,9 +1,15 @@
|
|||
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
||||
|
||||
import "modules"
|
||||
import "modules/lock" as Lock
|
||||
import Quickshell
|
||||
|
||||
ShellRoot {
|
||||
LazyLoader {
|
||||
active: Modules.lock.enable
|
||||
Lock.Lock {}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue