this repo has no description
1
fork

Configure Feed

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

noctalia: respect lockScreen config

Aria b8082668 5887db89

+1 -1
+1 -1
nix/modules/services/ariade/noctalia.nix
··· 376 376 }; 377 377 idle = { 378 378 customCommands = "[]"; 379 - enabled = true; 379 + enabled = mkIf cfg.lockScreen true; 380 380 fadeDuration = 5; 381 381 lockCommand = ""; 382 382 lockTimeout = 360;