vilhalmer / oguri

A very nice animated wallpaper daemon for Wayland compositors
MIT License
276 stars 4 forks source link

How do I make the oguri deamon run in background? #29

Closed snakedye closed 4 years ago

snakedye commented 4 years ago

I'd like to run https://github.com/adi1090x/dynamic-wallpaper on swaywm. I read to the readme but I still have no idea how to use it.

Sent from my OnePlus 7 using FastHub

vilhalmer commented 4 years ago

The easiest way would be to just add exec oguri to your sway config. You'll probably also want to add swaybg_command - to prevent the default swaybg from running.

snakedye commented 4 years ago

Thanks