Dmitry Bogatov dijo [Thu, Feb 12, 2015 at 10:43:17AM +0300]:
>  - why is this package useful/relevant?
> 
> It follows unix way and manages wallpapers without connection to
> your DE, WM or anything.
> (...)
> if there are other packages providing similar functionality, how does it 
> compare?
> 
> Such functionality exists in GNOME and KDE, at least. But I know nothing 
> similar
> for bare WM.

I guess I do this the ugliest possible way, but my .xsession has:

BGDIR=/home/gwolf/.backgrounds
while /bin/true
do
    feh --bg-max $BGDIR/$(xscreensaver-getimage-file $BGDIR)
    sleep 60
done &

I guess there's more to wallpaperd than this, right?


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to