summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTom Smeets <Tom.TSmeets@Gmail.com>2017-05-05 21:21:32 +0200
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2017-05-26 14:43:33 +0000
commit5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a (patch)
treeca6f912d6d84e26691bfc5a53748945f9442f56b /nixos
parent6a7590d78a311d180fb68f91e7054d45ed83a294 (diff)
downloadnixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar.gz
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar.bz2
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar.lz
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar.xz
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.tar.zst
nixlib-5886b7fd726f0ad88fdc0364c56fd7e26f6bed4a.zip
desktopManager service: Document background image location
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/default.nix5
1 files changed, 4 insertions, 1 deletions
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 <filename>~/.background-image</filename> is used as a background image.
+            This option specifies the placement of this image onto your desktop.
+
+            Possible values:
             <literal>center</literal>: Center the image on the background. If it is too small, it will be surrounded by a black border.
             <literal>fill</literal>: Like <literal>scale</literal>, 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.
             <literal>max</literal>: Like <literal>fill</literal>, but scale the image to the maximum size that fits the screen with black borders on one side.