-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
option to apply wallpaper immediately #153
Comments
You can't "directly" load a wallpaper. You need to preload it into memory first.. |
Ik I can do that but it's a common use case that can be supported through the cli |
it's wasteful and kinda not that simple to implement, though. |
Since the ipc consumes a lot of battery, a command to set a wallpaper instead would be great and a lot of people won't need to enable IPC. |
the wallpaper needs to be kept in memory because whenever you add a monitor, or change its resolution, it needs to be re-rendered... |
So keeping just the current wallpaper preloaded is a good idea? |
yes, that's what |
With waypaper we also struggled a bit to implement |
You can use the hyprctl hyprpaper reload ,"~/amogus.png" |
Hyprpaper uses too much memory as you add more and more preload targets.
An ability to use it in without preload and applying the wallpaper immediately would greatly help!
Thanks
The text was updated successfully, but these errors were encountered: