extensions from laptop

This commit is contained in:
2026-08-03 20:24:55 +02:00
parent b93b27e43a
commit b14290fffe
+3 -3
View File
@@ -6,8 +6,8 @@ external_ip_enabled = false
telemetry_enabled = false telemetry_enabled = false
# Noctalia owns idle handling so ScreenSaver/Wayland idle inhibitors (such as # Noctalia owns idle handling so ScreenSaver/Wayland idle inhibitors (such as
# browser video playback) prevent these actions. Lock and power displays down # browser video playback) prevent these actions. Power displays down after five
# after five minutes; suspend-then-hibernate after thirty minutes. # minutes, lock after ten minutes, then suspend-then-hibernate after thirty.
[idle] [idle]
behavior_order = ["lock", "screen-off", "suspend-then-hibernate"] behavior_order = ["lock", "screen-off", "suspend-then-hibernate"]
pre_action_fade_seconds = 2.0 pre_action_fade_seconds = 2.0
@@ -15,7 +15,7 @@ pre_action_fade_seconds = 2.0
[idle.behavior.lock] [idle.behavior.lock]
action = "lock" action = "lock"
enabled = true enabled = true
timeout = 300 timeout = 600
[idle.behavior.screen-off] [idle.behavior.screen-off]
action = "screen_off" action = "screen_off"