Hello everybody.
I'm using fvwm 2.5 and trying to make a FvwmButtons-based toolbar.
I'd like to make it movable too but I haven't figured out how.
I could move it using its own border or title bar, but the thing
is I'll be removing those because 1) they're ugly on such a small
toolbar and 2) they
> > Nope. You'll be using "2.5.X", there is no version "2.5".
Of course. I'm actually using 2.5.27 (on FreeBSD).
> > DestroyModuleConfig a:*
> > *a: (1x1, Title "move", ActionOnPress, Action (Mouse 1)
> > PointerWindow SomeFunc)
> >
> > DestroyFunc SomeFunc
> > AddToFuncSomeFunc
> > + I Move
> PointerWindow is more for the fact that the window context
> isn't
> guaranteed (c.f. things like NeverFocus style on
> FvwmButtons) -- the
> real key to your requirement is to use a function for the
> moving of
> the window -- if you want to use a function here so that
> the pointer
> is grabbed
Hello,
I'd like to have a root menu item that opens a submenu
listing every window. In other words, each item in the
submenu would represent one window and I'd be able to
click it to switch to the selected window. Is this
possible?
When I run WindowList from the root menu, it creates
and "detaches
> Using FvwmWindowMenu, I believe so.
I'm trying to keep the number of modules/external binaries as low
as possible (old machine), but FvwmWindowMenu runs a Perl binary.
So I'll reconsider my way of doing things.
Thanks anyway.
> Umm, given it's *shipped* with FVWM, uses things *shipped*
> with FVWM, but > requires perl, which is not unreasonable at all,
You're absolutely right. I was just looking for a more "compact"
solution. My configs are minimalist to the maximum.
> I fail to see what else there is for you to do to