> > > On Mon, Mar 25, 2013 at 08:45:36PM +0100, michael.gros...@gmx.de wrote:
> > >> > Hello everybody,
> > >> > 
> > >> > I've noted that when I open with (ImageMagick) display command
> > >> > an image larger than the screen the window geometry doesn't take
> > >> > in care borders and title, then right and bottom window borders
> > >> > are hidden outside the limit of the screen.  Somebody knows a
> > >> > style option or another workaround for this?
> > >> > 
> > >> > 

Have you tried the using the -geometry option for display. Make the geometry 
just small enough that by the time fvwm adds the borders and title bar i it 
fits on teh full screen like you want?

When I tested I was able to set the geometry to make it work out correct. This 
isn't perfect but almost fits my screen.

Native geometry is 1920x1080, so to deal with borders/titlebar I ran

display -geometry 1910x1050 IMGP2657.jpg

And it almost worked like you want. The thumbnail image was slightly off, but 
since it is it's own window you can isolate it with a style command and put use 
position position or the likes to put it where you want it.

the nice thing about display is if the image is smaller than the geometry you 
request, it will resize and only make it as big as the image.

jaimos

Reply via email to