From b14290fffe1e5cf7203fe696afe33593ec4066d6 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 3 Aug 2026 20:24:55 +0200 Subject: [PATCH] extensions from laptop --- .config/noctalia/10-base.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/noctalia/10-base.toml b/.config/noctalia/10-base.toml index b8f1e05..a86ef1e 100644 --- a/.config/noctalia/10-base.toml +++ b/.config/noctalia/10-base.toml @@ -6,8 +6,8 @@ external_ip_enabled = false telemetry_enabled = false # Noctalia owns idle handling so ScreenSaver/Wayland idle inhibitors (such as -# browser video playback) prevent these actions. Lock and power displays down -# after five minutes; suspend-then-hibernate after thirty minutes. +# browser video playback) prevent these actions. Power displays down after five +# minutes, lock after ten minutes, then suspend-then-hibernate after thirty. [idle] behavior_order = ["lock", "screen-off", "suspend-then-hibernate"] pre_action_fade_seconds = 2.0 @@ -15,7 +15,7 @@ pre_action_fade_seconds = 2.0 [idle.behavior.lock] action = "lock" enabled = true -timeout = 300 +timeout = 600 [idle.behavior.screen-off] action = "screen_off"