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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Apr 28 2005 - 08:02:52 BST