Set a random wallpaper at startup in KDE Plasma
I’ve been a Openbox & Xfce user most of my GNU/Linux life. Only recently, I’ve started using KDE Plasma. In Openbox one can easily run a command via its autostart
file to set a random wallpaper,
feh --no-fehbg --bg-scale --randomize path/to/the/wallpaper/directory/* &
Xfce makes it even easier as there already is an option to set a random wallpaper at startup in its settings.
In KDE Plasma, I was unable to find any option to set a random wallpaper at the session startup so I came up with a little hack to achieve this.