Added powerdevil settings

This commit is contained in:
EsVagy42 2025-06-11 16:58:15 +02:00
parent 8de16abf69
commit b18c362383
2 changed files with 69 additions and 1 deletions

View file

@ -1 +1 @@
Added kwin4_effect_geometry_change Added powerdevil settings

View file

@ -31,6 +31,74 @@
}; };
} }
]; ];
powerdevil = {
AC = {
dimDisplay = {
enable = true;
idleTimeout = 600;
};
turnOffDisplay = {
idleTimeout = 900;
idleTimeoutWhenLocked = 30;
};
autoSuspend = {
action = "nothing";
};
displayBrightness = 100;
powerButtonAction = "showLogoutScreen";
powerProfile = "performance";
whenLaptopLidClosed = "turnOffScreen";
whenSleepingEnter = "standbyThenHibernate";
};
battery = {
dimDisplay = {
enable = true;
idleTimeout = 180;
};
turnOffDisplay = {
idleTimeout = 300;
idleTimeoutWhenLocked = 30;
};
autoSuspend = {
action = "sleep";
idleTimeout = 600;
};
displayBrightness = 50;
powerButtonAction = "showLogoutScreen";
powerProfile = "powerSaving";
whenLaptopLidClosed = "turnOffScreen";
whenSleepingEnter = "standbyThenHibernate";
};
lowBattery = {
dimDisplay = {
enable = true;
idleTimeout = 120;
};
turnOffDisplay = {
idleTimeout = 180;
idleTimeoutWhenLocked = 30;
};
autoSuspend = {
action = "hibernate";
idleTimeout = 300;
};
displayBrightness = 25;
powerButtonAction = "showLogoutScreen";
powerProfile = "powerSaving";
whenLaptopLidClosed = "turnOffScreen";
whenSleepingEnter = "standbyThenHibernate";
};
batteryLevels = {
criticalAction = "hibernate";
criticalLevel = 5;
lowLevel = 20;
};
general = {
pausePlayersOnSuspend = true;
};
};
shortcuts = { shortcuts = {
"ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" = "ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" =
[ ]; [ ];