well, here’s another thing I’m trying to do that seems pretty simple. I know it involves making a custom function to be invoked when clicking the title bar, but I’m sure there’s someone out there who already has implemented in the .fvwm2rc and share some code with me.
Note, I am using 2.4.19.
I want a double click on the title bar of a window to cause that window to be maximized. Currently I associate maximizing with my maximize button:
Mouse 0 4 A Maximize true 100 -30p
But I would like that “Maximize true 100 -30p” part to result when the title bar is double-clicked. Single clicking the titlebar should bring the window to focus, and dragging the title bar should move the window.
Any help?
–Brian