From 571f495e88cf9a758698d937d65b9ba35d6eab13 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Wed, 3 Aug 2022 18:07:50 +0200 Subject: [PATCH] mention contain in the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c02913c..5359788 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ wallpaper = monitor,/path/to/image.png Preload will tell Hyprland to load a particular image (supported formats: png, jpg, jpeg). Wallpaper will apply the wallpaper to the selected output (`monitor` is the monitor's name, easily can be retrieved with `hyprctl monitors`) +You may add `contain:` before the file path in `wallpaper=` to set the mode to contain instead of cover: + +``` +wallpaper = monitor,contain:/path/to/image.jpg +``` + A Wallpaper ***cannot*** be applied without preloading. The config is ***not*** reloaded dynamically. ## Important note to the inner workings