noctalia-shell: Enable idle management

This commit is contained in:
SebastianStork 2026-03-06 20:40:18 +01:00
parent 43752a7f77
commit 746264185f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -18,6 +18,7 @@
general = { general = {
animationSpeed = 1.8; animationSpeed = 1.8;
enableShadows = false; enableShadows = false;
dimmerOpacity = 0.1;
compactLockScreen = true; compactLockScreen = true;
clockStyle = "digital"; clockStyle = "digital";
autoStartAuth = true; autoStartAuth = true;
@ -96,6 +97,7 @@
largeButtonsStyle = false; largeButtonsStyle = false;
countdownDuration = 3000; countdownDuration = 3000;
}; };
idle.enabled = true;
audio.mprisBlacklist = "firefox"; audio.mprisBlacklist = "firefox";
location = { location = {
firstDayOfWeek = 1; firstDayOfWeek = 1;