mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
lock: add option to require password for poweroff/reboot (#2085)
This commit is contained in:
@@ -268,7 +268,10 @@ Singleton {
|
||||
}
|
||||
property bool centerClock: true
|
||||
property bool showLockedText: true
|
||||
property bool unlockKeyring: true
|
||||
property JsonObject security: JsonObject {
|
||||
property bool unlockKeyring: true
|
||||
property bool requirePasswordToPower: false
|
||||
}
|
||||
}
|
||||
|
||||
property JsonObject media: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user