Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread James Turner
On Sun, Jul 13, 2008 at 05:20:51PM +0200, Enno Gottox Boland wrote:
> Hi!
> 
> > Ah ok, I disabled Xinerama had compile time.  How about putting that
> >  part of the code if a #ifdef XINERAMA or something?  I guess tho if you
> >  want the behavior to be the same then a switch would be good.
> No, that would mean to introduce more #ifdefs.
> 
> I introduced a switch and released 0.2. Try it.
> 
> Page:
> http://s01.de/~gottox/index.cgi/proj_bgs
> Mercurial:
> http://s01.de/~gottox/hg/bgs/
> Tarball:
> http://s01.de/~gottox/files/bgs/bgs-0.2.tar.gz
> 
> regards
> Gottox
> -- 
> http://www.gnuffy.org - Real Community Distro
> http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)

Work great thanks.  I'm almost done making an OpenBSD port for it!

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org



Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread Enno "Gottox" Boland
Hi!

> Ah ok, I disabled Xinerama had compile time.  How about putting that
>  part of the code if a #ifdef XINERAMA or something?  I guess tho if you
>  want the behavior to be the same then a switch would be good.
No, that would mean to introduce more #ifdefs.

I introduced a switch and released 0.2. Try it.

Page:
http://s01.de/~gottox/index.cgi/proj_bgs
Mercurial:
http://s01.de/~gottox/hg/bgs/
Tarball:
http://s01.de/~gottox/files/bgs/bgs-0.2.tar.gz

regards
Gottox
-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)



Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread James Turner
On Sun, Jul 13, 2008 at 04:16:16PM +0200, Enno Gottox Boland wrote:
> I'm considering to introduce a switch to disable updating if it's not 
> necessary.
> 
> 2008/7/13, Enno Gottox Boland <[EMAIL PROTECTED]>:
> > Hi!
> >
> >  It does this, because bgs needs to rearrange the background images
> >  when the Xinerama setup is changed. I simply use bgs  & in my
> >  .xinitrc.
> >
> >  regards
> >  Gottox

Ah ok, I disabled Xinerama had compile time.  How about putting that
part of the code if a #ifdef XINERAMA or something?  I guess tho if you
want the behavior to be the same then a switch would be good.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org



Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread Enno "Gottox" Boland
I'm considering to introduce a switch to disable updating if it's not necessary.

2008/7/13, Enno Gottox Boland <[EMAIL PROTECTED]>:
> Hi!
>
>  It does this, because bgs needs to rearrange the background images
>  when the Xinerama setup is changed. I simply use bgs  & in my
>  .xinitrc.
>
>  regards
>  Gottox
>
>  2008/7/13, James Turner <[EMAIL PROTECTED]>:
>
> > On Sun, Jul 13, 2008 at 02:07:53PM +0200, Enno Gottox Boland wrote:
>  >  > Hi!
>  >  >
>  >  > I wrote a small replacement for feh to set my desktop background. It
>  >  > uses imlib2, is Xinerama and Xrandr aware and its size is only about
>  >  > 230sloc.
>  >  >
>  >  > Link:
>  >  > http://s01.de/~gottox/index.cgi/proj_bgs
>  >  > Mercurial:
>  >  > http://s01.de/~gottox/hg/bgs
>  >  > Tarball:
>  >  > http://s01.de/~gottox/files/bgs/bgs-0.1.tar.gz
>  >  >
>  >  > Have fun.
>  >  >
>  >  > Gottox
>  >  >
>  >  > --
>  >  > http://www.gnuffy.org - Real Community Distro
>  >  > http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
>  >
>  >
>  > Hey, I'm really liking bgs, I have been using xsetbg (xloadimage) up
>  >  until now.  One question tho, why does bgs need to stay running after it
>  >  sets the background?  If I kill it after setting the background the
>  >  image stays set just fine.  I rather not have it running in the
>  >  background if it doesn't need to be.  Thanks.
>  >
>  >
>  >  --
>  >  James Turner
>  >  BSD Group Consulting
>  >  http://www.bsdgroup.org
>  >
>  >
>
>
>  --
>  http://www.gnuffy.org - Real Community Distro
>  http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
>


-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)



Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread Enno "Gottox" Boland
Hi!

It does this, because bgs needs to rearrange the background images
when the Xinerama setup is changed. I simply use bgs  & in my
.xinitrc.

regards
Gottox

2008/7/13, James Turner <[EMAIL PROTECTED]>:
> On Sun, Jul 13, 2008 at 02:07:53PM +0200, Enno Gottox Boland wrote:
>  > Hi!
>  >
>  > I wrote a small replacement for feh to set my desktop background. It
>  > uses imlib2, is Xinerama and Xrandr aware and its size is only about
>  > 230sloc.
>  >
>  > Link:
>  > http://s01.de/~gottox/index.cgi/proj_bgs
>  > Mercurial:
>  > http://s01.de/~gottox/hg/bgs
>  > Tarball:
>  > http://s01.de/~gottox/files/bgs/bgs-0.1.tar.gz
>  >
>  > Have fun.
>  >
>  > Gottox
>  >
>  > --
>  > http://www.gnuffy.org - Real Community Distro
>  > http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
>
>
> Hey, I'm really liking bgs, I have been using xsetbg (xloadimage) up
>  until now.  One question tho, why does bgs need to stay running after it
>  sets the background?  If I kill it after setting the background the
>  image stays set just fine.  I rather not have it running in the
>  background if it doesn't need to be.  Thanks.
>
>
>  --
>  James Turner
>  BSD Group Consulting
>  http://www.bsdgroup.org
>
>


-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)



Re: [dwm] [bgs] - back ground setter

2008-07-13 Thread James Turner
On Sun, Jul 13, 2008 at 02:07:53PM +0200, Enno Gottox Boland wrote:
> Hi!
> 
> I wrote a small replacement for feh to set my desktop background. It
> uses imlib2, is Xinerama and Xrandr aware and its size is only about
> 230sloc.
> 
> Link:
> http://s01.de/~gottox/index.cgi/proj_bgs
> Mercurial:
> http://s01.de/~gottox/hg/bgs
> Tarball:
> http://s01.de/~gottox/files/bgs/bgs-0.1.tar.gz
> 
> Have fun.
> 
> Gottox
> 
> -- 
> http://www.gnuffy.org - Real Community Distro
> http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)

Hey, I'm really liking bgs, I have been using xsetbg (xloadimage) up
until now.  One question tho, why does bgs need to stay running after it
sets the background?  If I kill it after setting the background the
image stays set just fine.  I rather not have it running in the
background if it doesn't need to be.  Thanks.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org



[dwm] [bgs] - back ground setter

2008-07-13 Thread Enno "Gottox" Boland
Hi!

I wrote a small replacement for feh to set my desktop background. It
uses imlib2, is Xinerama and Xrandr aware and its size is only about
230sloc.

Link:
http://s01.de/~gottox/index.cgi/proj_bgs
Mercurial:
http://s01.de/~gottox/hg/bgs
Tarball:
http://s01.de/~gottox/files/bgs/bgs-0.1.tar.gz

Have fun.

Gottox

-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)