Hello Ramesh, > 2) With version 2.4, I moved windows by clicking on the title, holding > the left button down and dragging the window where ever I want and then > releasing it. However with version 2.5 I need to click and release the > left button, move the window and then click left button and release it > to place it in the new posision. I want to restore old behavior. What > part of fvwmrc need to be modified?
To get back to the previous behaviour, you have to use a function, like the following: # Function to move on drag DestroyFunc DragMove AddToFunc DragMove + M Move # Drag the title to move the window Mouse 1 T A DragMove Regards, -- Julien Guertault
