mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
IdleService: adjust fade timing
This commit is contained in:
@@ -104,7 +104,7 @@ Singleton {
|
||||
function _executeAction(stage) {
|
||||
Logger.i("IdleService", "Executing action:", stage);
|
||||
if (stage === "screenOff") {
|
||||
root._suppressUntil = Date.now() + 15000;
|
||||
root._suppressUntil = Date.now() + (Settings.data.idle.screenOffTimeout * 1000);
|
||||
CompositorService.turnOffMonitors();
|
||||
root.screenOffRequested();
|
||||
} else if (stage === "lock") {
|
||||
|
||||
Reference in New Issue
Block a user