Plasma: add power management config
This commit is contained in:
parent
4f24ce2041
commit
af91359c94
|
@ -190,6 +190,17 @@
|
|||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||
bluedevilglobalrc.Global.launchState.value = "disable";
|
||||
kcminputrc.Keyboard.NumLock = 1;
|
||||
powerdevilrc = {
|
||||
AC = {
|
||||
Display = {
|
||||
TurnOffDisplayIdleTimeoutSec = "1800";
|
||||
TurnOffDisplayIdleTimeoutWhenLockedSec = "120";
|
||||
};
|
||||
SuspendAndShutdown = {
|
||||
AutoSuspendIdleTimeoutSec = "3600";
|
||||
};
|
||||
};
|
||||
};
|
||||
plasmanotifyrc = {
|
||||
Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
Loading…
Reference in a new issue