plasma: Migrate powerdevil
configuration to use the plasma-manager
module
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
4bed115d59
commit
d735559489
2 changed files with 42 additions and 27 deletions
|
@ -35,31 +35,4 @@
|
|||
"LC_NUMERIC".value = "el_GR.UTF-8";
|
||||
"LC_TIME".value = "en_IE.UTF-8";
|
||||
};
|
||||
|
||||
powermanagementprofilesrc = {
|
||||
"AC/DPMSControl"."idleTime".value = 300;
|
||||
"AC/DPMSControl"."lockBeforeTurnOff".value = 0;
|
||||
"AC/DimDisplay"."idleTime".value = 120000;
|
||||
|
||||
"Battery/DPMSControl"."idleTime".value = 300;
|
||||
"Battery/DPMSControl"."lockBeforeTurnOff".value = 0;
|
||||
"Battery/DimDisplay"."idleTime".value = 120000;
|
||||
"Battery/HandleButtonEvents"."lidAction".value = 0;
|
||||
"Battery/HandleButtonEvents"."powerButtonAction".value = 16;
|
||||
"Battery/HandleButtonEvents"."powerDownAction".value = 16;
|
||||
"Battery/HandleButtonEvents"."triggerLidActionWhenExternalMonitorPresent".value = false;
|
||||
"Battery/SuspendSession"."idleTime".value = 600000;
|
||||
"Battery/SuspendSession"."suspendThenHibernate".value = false;
|
||||
"Battery/SuspendSession"."suspendType".value = 1;
|
||||
|
||||
"LowBattery/BrightnessControl"."value".value = 30;
|
||||
"LowBattery/DPMSControl"."idleTime".value = 120;
|
||||
"LowBattery/DPMSControl"."lockBeforeTurnOff".value = 0;
|
||||
"LowBattery/DimDisplay"."idleTime".value = 60000;
|
||||
"LowBattery/HandleButtonEvents"."lidAction".value = 1;
|
||||
"LowBattery/HandleButtonEvents"."powerButtonAction".value = 16;
|
||||
"LowBattery/HandleButtonEvents"."powerDownAction".value = 16;
|
||||
"LowBattery/HandleButtonEvents"."triggerLidActionWhenExternalMonitorPresent".value = false;
|
||||
"Migration"."MigratedProfilesToPlasma6".value = "powerdevilrc";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,6 +23,48 @@
|
|||
location.latitude = "37.9755648";
|
||||
location.longitude = "23.7348324";
|
||||
};
|
||||
powerdevil.AC = {
|
||||
# Common
|
||||
powerButtonAction = "lockScreen";
|
||||
whenLaptopLidClosed = "turnOffScreen";
|
||||
dimDisplay.enable = true;
|
||||
turnOffDisplay.idleTimeoutWhenLocked = 20;
|
||||
whenSleepingEnter = "standby";
|
||||
# Not common
|
||||
autoSuspend.action = "nothing";
|
||||
# dimDisplay.idleTimeOut = 120;
|
||||
turnOffDisplay.idleTimeout = 300;
|
||||
};
|
||||
powerdevil.battery = {
|
||||
# Common
|
||||
powerButtonAction = "lockScreen";
|
||||
whenLaptopLidClosed = "turnOffScreen";
|
||||
dimDisplay.enable = true;
|
||||
turnOffDisplay.idleTimeoutWhenLocked = 20;
|
||||
whenSleepingEnter = "standby";
|
||||
# Not common
|
||||
autoSuspend = {
|
||||
action = "sleep";
|
||||
idleTimeout = 300;
|
||||
};
|
||||
turnOffDisplay.idleTimeout = 300;
|
||||
# dimDisplay.idleTimeOut = 120;
|
||||
};
|
||||
powerdevil.lowBattery = {
|
||||
# Common
|
||||
powerButtonAction = "lockScreen";
|
||||
whenLaptopLidClosed = "turnOffScreen";
|
||||
dimDisplay.enable = true;
|
||||
turnOffDisplay.idleTimeoutWhenLocked = 20;
|
||||
whenSleepingEnter = "standby";
|
||||
# Not common
|
||||
autoSuspend = {
|
||||
action = "sleep";
|
||||
idleTimeout = 120;
|
||||
};
|
||||
turnOffDisplay.idleTimeout = 60;
|
||||
# dimDisplay.idleTimeOut = 20;
|
||||
};
|
||||
|
||||
shortcuts = {
|
||||
ksmserver = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue