extensions from laptop

This commit is contained in:
2026-08-03 17:47:58 +02:00
parent a52cc3a427
commit b220b21509
3 changed files with 71 additions and 2 deletions
+23
View File
@@ -5,6 +5,29 @@ offline_mode = true
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.
[idle]
behavior_order = ["lock", "screen-off", "suspend-then-hibernate"]
pre_action_fade_seconds = 2.0
[idle.behavior.lock]
action = "lock"
enabled = true
timeout = 300
[idle.behavior.screen-off]
action = "screen_off"
enabled = true
timeout = 300
[idle.behavior.suspend-then-hibernate]
action = "command"
command = "loginctl lock-session && systemctl suspend-then-hibernate"
enabled = true
timeout = 1800
[theme]
mode = "dark"
source = "custom"