mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
mention unload in readme
This commit is contained in:
parent
8a7df4675a
commit
cd796c5f86
1 changed files with 7 additions and 0 deletions
|
@ -39,4 +39,11 @@ You can use `hyprctl hyprpaper` (if on Hyprland) to issue a keyword, for example
|
|||
hyprctl hyprpaper wallpaper DP-1,~/Pictures/myepicpng.png
|
||||
```
|
||||
|
||||
## Unloading
|
||||
If you use a lot of wallpapers, consider unloading those that you no longer need. This will mean you need to load them again if you wish to use them for a second time, but will free the memory used by the preloaded bitmap. (Usually 8 - 20MB, depending on the resolution)
|
||||
|
||||
You can issue a `hyprctl hyprpaper unload [PATH]` to do that.
|
||||
|
||||
<br/>
|
||||
|
||||
For other compositors, the socket works like socket1 of Hyprland, and is located in `/tmp/hypr/.hyprpaper.sock` (this path only when Hyprland is not running!)
|
||||
|
|
Loading…
Reference in a new issue