Plasma: add power management config

This commit is contained in:
Evie Litherland-Smith 2024-07-20 08:48:35 +01:00
parent 4f24ce2041
commit af91359c94

View file

@ -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;