On Fri, Sep 30, 2005 at 05:42:41PM -0600, Jonathan Kotta wrote:
> On 9/29/05, Zack Brown <[EMAIL PROTECTED]> wrote:
> > On Thu, Sep 29, 2005 at 04:53:35PM +0000, Mikhael Goikhman wrote:
> > > On 29 Sep 2005 09:04:06 -0700, Zack Brown wrote:
> > > >
> > > > It would be nice to be able to specify the page size at startup. A lot
> > > > of folks run maximized xterms with no window decorations, just because
> > > > if they expanded the window to keep the decorations outside of the
> > > > screen, the decorations would encroach on neighboring pages. Having a
> > > > page size larger than the screen size would fix this.
> > >
> > > I think you simply want to have a command to switch a window
> > > into full-screen mode and back. Just use this:
> > >
> > >   DestroyFunc FuncFvwmMaximizeFullScreen
> > >   AddToFunc   FuncFvwmMaximizeFullScreen
> > >   + I ThisWindow (Maximized) WindowStyle Title, Borders
> > >   + I TestRc (!Match) WindowStyle !Title, !Borders
> > >   + I TestRc (!Match) Raise
> > >   + I TestRc (!Match) UpdateStyles
> > >   + I Maximize ewmhiwa
> > >
> > >   Key F11  A  SC  Pick FuncFvwmMaximizeFullScreen
> >
> > I considered this, but there are problems. For one thing, having maximized,
> > borderless xterms right next to each other leaves no empty desktop area to 
> > click
> > in to call up a menu. For another, a maximized xterm with no borders will 
> > extend
> > slightly into the neighbording pages, which is ugly.
> >
> 
> I see you solved your problem,

Not quite. :-(

The "Virtual" keyword in my xorg config file does indeed give me larger pages in
FVWM, but apparently without the ability to control the scrolling. If the mouse
brushes the edge of the screen, bang! I have to go through a whole operation to
scroll back where I'm supposed to be. As is, it doesn't work for me.

So I still need a way to control the scrolling. I'm currently subscribing to the
xorg desktop mailing list and googling for everything I can find, as well as
looking at man pages, but so far this issue seems to not even have been
addressed.

without some better scroll control, the "Virtual" keyword solution is no better
than any of the other suggestions - although it still comes closest to what I
wanted.

Be well,
Zack

> but I'd like to bring up what is
> probably my favorite feature of FVWM.  I too like maximized windows
> that take up the entire screen, showing no root window.  If you set
> EdgeThickness non-zero, you can click on the edges and they act just
> like the root window.  Since the edges are the biggest things on the
> screen, in the sense of Fitt's law, this is very efficient.  Whenever
> I have to use Windows, I'm constantly clicking the edges and always
> frustrated that it doesn't do anything.
> 
> Jonathan Kotta
> 

-- 
Zack Brown

Reply via email to