Disable hibernation to remove it from the menus offered to users
Enable locking
This commit is contained in:
parent
272f4157d7
commit
6b7419da67
2 changed files with 9 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
update_info=kscreenlocker.upd:0.1-autolock
|
update_info=kscreenlocker.upd:0.1-autolock
|
||||||
|
|
||||||
[Daemon]
|
[Daemon]
|
||||||
Autolock=false
|
Autolock=true
|
||||||
LockOnResume=false
|
LockOnResume=true
|
||||||
|
|
|
||||||
7
overlay/common/etc/sleep.conf.d/gemian.conf
Normal file
7
overlay/common/etc/sleep.conf.d/gemian.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[Sleep]
|
||||||
|
AllowSuspend=yes
|
||||||
|
AllowHibernation=no
|
||||||
|
AllowSuspendThenHibernate=no
|
||||||
|
AllowHybridSleep=no
|
||||||
|
SuspendMode=suspend
|
||||||
|
SuspendState=mem freeze
|
||||||
Loading…
Add table
Reference in a new issue