Re: FVWM: Simple quastions

2005-05-07 Thread Bambero

Thomas Adam wrote:


3. I use function:

DestroyFunc FuncFvwmIconifyOrFocusAndRaise 
AddToFunc FuncFvwmIconifyOrFocusAndRaise 
+ I ThisWindow (Iconic) Iconify off
+ I TestRc (NoMatch) ThisWindow (Raised) Iconify on 
+ I ThisWindow (!Iconic) Focus 
+ I ThisWindow (!Iconic) Raise


It works fine but doesn't iconify Maximized windows. How to fix that ?
   



Try replacing the second line with:

+ I TestRc (NoMatch) ThisWindow (Raised|Maximized) Iconify on

 


Doesn't work.

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: Windows moveing

2005-04-28 Thread Bambero

Hello

Is it possible to move the window when the mouse button is holded on 
titlebar ?

Just drag the window in other place ...

Bambero
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Windows moveing

2005-04-28 Thread Bambero

Tapio Raevaara napisał(a):


On Thu, Apr 28, 2005 at 02:02:42 +0200, Bambero wrote:
 


Hello

Is it possible to move the window when the mouse button is holded on 
titlebar ?

Just drag the window in other place ...

Bambero
   



Everything is possible! Put the following lines into your config file:

# Explanation: [Mouse] button [1] on [T]itlebar with [A]ny modifier
# - call function [FuncMoveWindow]
Mouse 1 T A FuncMoveWindow

# And the function itself:
# On mouse [M]otion - [Move] window
DestroyFunc FuncMoveWindow
AddToFunc FuncMoveWindow
+ M Move

That should do the trick. :)

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


 


Works !!!

Thanks so much.
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Windows moveing

2005-04-28 Thread Bambero

Tapio Raevaara napisał(a):


On Thu, Apr 28, 2005 at 02:02:42 +0200, Bambero wrote:
 


Hello

Is it possible to move the window when the mouse button is holded on 
titlebar ?

Just drag the window in other place ...

Bambero
   



Everything is possible! Put the following lines into your config file:

# Explanation: [Mouse] button [1] on [T]itlebar with [A]ny modifier
# - call function [FuncMoveWindow]
Mouse 1 T A FuncMoveWindow

# And the function itself:
# On mouse [M]otion - [Move] window
DestroyFunc FuncMoveWindow
AddToFunc FuncMoveWindow
+ M Move

That should do the trick. :)

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


 


Hm .. But when i add it after:

Mouse 1 WT A Raise

Raise doesn't works

Is it possible to add this functions together ?
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]