From 5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a Mon Sep 17 00:00:00 2001 From: Tom Smeets Date: Fri, 5 May 2017 21:21:32 +0200 Subject: desktopManager service: Document background image location --- nixos/modules/services/x11/desktop-managers/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/x11/desktop-managers/default.nix b/nixos/modules/services/x11/desktop-managers/default.nix index 8328339d91d3..c207aab5de0a 100644 --- a/nixos/modules/services/x11/desktop-managers/default.nix +++ b/nixos/modules/services/x11/desktop-managers/default.nix @@ -32,7 +32,10 @@ in default = "scale"; example = "fill"; description = '' - Wallpaper image mode: + The file ~/.background-image is used as a background image. + This option specifies the placement of this image onto your desktop. + + Possible values: center: Center the image on the background. If it is too small, it will be surrounded by a black border. fill: Like scale, but preserves aspect ratio by zooming the image until it fits. Either a horizontal or a vertical part of the image will be cut off. max: Like fill, but scale the image to the maximum size that fits the screen with black borders on one side. -- cgit 1.4.1