From 9d28dea3e93552c91d7592ef3e0f00c9799501db Mon Sep 17 00:00:00 2001 From: Barguzin <124505224+barrrguzin@users.noreply.github.com> Date: Sun, 26 May 2024 03:40:31 +1000 Subject: [PATCH] Add the description of new keyword in hyprpaper according to pull request: https://github.com/hyprwm/hyprpaper/pull/173 (#662) --- pages/Hypr Ecosystem/hyprpaper.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/Hypr Ecosystem/hyprpaper.md b/pages/Hypr Ecosystem/hyprpaper.md index 66db0f5..326f2bc 100644 --- a/pages/Hypr Ecosystem/hyprpaper.md +++ b/pages/Hypr Ecosystem/hyprpaper.md @@ -37,6 +37,9 @@ wallpaper = monitor,contain:/home/me/amongus.png You can use `unload` to unload preloaded images. You can also specify `unload all` to unload all images or `unload unused` to unload images that aren't being used. +Also you can use `reload` to unload preloaded image from your monitor(s), +preload another and set it to your monitor(s). It has the same syntax as `wallpaper` keyword. + To run hyprpaper at startup edit `hyprland.conf` and add: `exec-once = hyprpaper`.