How to run linux-wallpaperengine in wayland kde plasma #472
Boris027
started this conversation in
Show and tell
Replies: 1 comment
|
This is cool, I don't use kde but this is cool |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Running Linux Wallpaper Engine on KDE Plasma (Wayland)
This is a solution to run linux-wallpaperengine natively on KDE Plasma Wayland with the following configuration.
✅ Pros
❌ Cons
Instructions
Right-click on your desktop and select Desktop Settings.
Choose “Desktop” in the layout options (this disables desktop icons).
Go to System Settings → Window Management → Window Rules.
Apply the required window rule configuration.
linux-wallpaperengine --disable-mouse --fps 30 --noautomute --scaling fill (your wallpaper id)OPTIONAL
If you want the wallpaper to start automatically every time you turn on your computer, you can create a simple .sh script to launch it and add it to your startup applications.
Example of the .sh script:
Now you have to go here and add it as "Login Script"
Expected result:
linux-wallpaperengine running natively on kde plasma Wayland
All reactions