mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
random-background: disable creation of ~/.fehbg file
This commit is contained in:
@@ -7,7 +7,11 @@ let
|
||||
cfg = config.services.random-background;
|
||||
|
||||
flags = lib.concatStringsSep " " (
|
||||
[ "--randomize" "--bg-${cfg.display}" ]
|
||||
[
|
||||
"--bg-${cfg.display}"
|
||||
"--no-fehbg"
|
||||
"--randomize"
|
||||
]
|
||||
++ lib.optional (!cfg.enableXinerama) "--no-xinerama"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user