mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 00:39: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 = {
|
||||
animationSpeed = 1.8;
|
||||
enableShadows = false;
|
||||
dimmerOpacity = 0.1;
|
||||
compactLockScreen = true;
|
||||
clockStyle = "digital";
|
||||
autoStartAuth = true;
|
||||
|
|
@ -96,6 +97,7 @@
|
|||
largeButtonsStyle = false;
|
||||
countdownDuration = 3000;
|
||||
};
|
||||
idle.enabled = true;
|
||||
audio.mprisBlacklist = "firefox";
|
||||
location = {
|
||||
firstDayOfWeek = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue