Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-21 00:26:22 +00:00
parent 51e1b58889
commit 49187d6be0
11 changed files with 138 additions and 25 deletions

View File

@@ -7,28 +7,16 @@ source: https://github.com/tldr-pages/tldr.git
> Wallpaper utility for Hyprland with the ability to dynamically change wallpapers.
> Controlled by the config file `~/.config/hypr/hyprpaper.conf`.
> More information: <https://github.com/hyprwm/hyprpaper>.
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/>.
- Start the hyprpaper service:
- Start the `hyprpaper` daemon:
`hyprpaper`
- Preload a wallpaper:
`hyprctl hyprpaper preload "{{path/to/image.png}}"`
- Switch wallpaper to a different preloaded image:
- Change the wallpaper for a specific monitor:
`hyprctl hyprpaper wallpaper "{{monitor}},{{path/to/image.png}}"`
- Preload a wallpaper, set that wallpaper, then unload all unused wallpapers:
- Change the default wallpaper for all unspecified monitors and set its fit mode:
`hyprctl hyprpaper reload "{{monitor}},{{path/to/image.png}}"`
- List the wallpapers that are currently preloaded (useful for dynamically preloading and unloading):
`hyprctl hyprpaper listloaded`
- List the active wallpapers hyprpaper is displaying, along with their associated monitor:
`hyprctl hyprpaper listactive`
`hyprctl hyprpaper wallpaper ",{{path/to/image.png}},{{contain|cover|tile|fill}}"`