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]

Reply via email to