mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
noctalia-shell: Enable idle management
This commit is contained in:
parent
43752a7f77
commit
746264185f
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue