From 3c823b63fc9dbc0d528cba0fa8e54136b57a47c2 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 26 Apr 2026 10:11:08 +0200 Subject: [PATCH] feat(noctalia): disable idle management --- .config/noctalia/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 7ca73d0..f2b6efc 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -434,7 +434,7 @@ }, "idle": { "customCommands": "[]", - "enabled": true, + "enabled": false, "fadeDuration": 5, "lockCommand": "", "lockTimeout": 660, @@ -463,7 +463,7 @@ "weatherTaliaMascotAlways": false }, "network": { - "bluetoothAutoConnect": true, + "bluetoothAutoConnect": false, "bluetoothDetailsViewMode": "grid", "bluetoothHideUnnamedDevices": false, "bluetoothRssiPollIntervalMs": 60000,