(Snow)flakes for fluffy winters.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(home-manager/noctalia): add idle mgmt #5

Add Idle Management configuration to Noctalia (one too many times I left it on the whole night!

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:vixyrdfarnayq4jmlteygtdd/sh.tangled.repo.pull/3mlj4voxtcj22
+14
Diff #0
+14
modules/home-manager/noctalia/default.nix
··· 276 276 manualSunrise = "06:30"; 277 277 manualSunset = "18:30"; 278 278 }; 279 + idle = { 280 + enable = true; 281 + screenOffTimeout = 60; 282 + lockTimeout = 60; 283 + suspendTimeout = 240; 284 + fadeDuration = 5; 285 + screenOffCommand = ""; 286 + lockCommand = ""; 287 + suspendCommand = ""; 288 + resumeScreenOffCommand = ""; 289 + resumeLockCommand = ""; 290 + resumeSuspendCommand = ""; 291 + customCommands = []; 292 + }; 279 293 }; 280 294 /* 281 295 colors = {

History

1 round 0 comments
sign up or login to add to the discussion
1 commit
expand
feat(home-manager/noctalia): add idle mgmt
merge conflicts detected
expand
  • modules/home-manager/noctalia/default.nix:276
expand 0 comments