Discussion:
FVWM: FVWM tiling effect in selected pages and launcher console
Siju George
2012-07-10 10:48:51 UTC
Permalink
Hi,

Is it possible to get windows tiling effect in certain pages only in
which I take xterms?
Also is it possible to have a console in which i can type commands
that are not in the menu in order to launch applications?

Some thing like

http://aerosuidae.net/goomwwm/tutorial#launching

Thanks

Siju
Thomas Adam
2012-07-10 10:52:18 UTC
Permalink
Post by Siju George
Hi,
Is it possible to get windows tiling effect in certain pages only in
which I take xterms?
Not without using FvwmEvent for the new_page directive.
Post by Siju George
Also is it possible to have a console in which i can type commands
that are not in the menu in order to launch applications?
gmrun?

-- Thomas Adam
Siju George
2012-07-10 10:57:16 UTC
Permalink
Post by Thomas Adam
Not without using FvwmEvent for the new_page directive.
Could you please teach me how to do this?
Post by Thomas Adam
gmrun?
Thankyou :-) this is exactly what i was looking for :-)

--Siju
Thomas Adam
2012-07-10 11:00:55 UTC
Permalink
Post by Siju George
Post by Thomas Adam
Not without using FvwmEvent for the new_page directive.
Could you please teach me how to do this?
DestroyModuleConfig FE:*
*FE: new_page DoSomething

AddToFunc StartFunction I Module FvwmEvent FE

DestroyFunc DoSomething
AddToFunc DoSomething
+ I All (....) FvwmRearrange ....

-- Thomas Adam

Loading...