![]() |
|
||||||||||||||||||||||||||||||||||||||||||
|
Snap.py ManpageSnap.py is a very simple module that uses Fvwm.py. Snap will snap a window to a predetermined location and size on the current desktop. I use this to quickly move my various XEmacs windows around on my screen.SynopsisSnap looks for configuration lines in your fvmwrc file of the following form:*Snap <string> X Y WIDTH HEIGHT where <string> is a unique `snap name'. You can then call the Snap.py module from your fvwmrc file, passing it a `snap name' and the window will be moved and resized to the specified location. BugsSnap.py should really run as a persistent module, instead of firing up anew at each invocation. At the time it was written though, the Fvwm SendToModule command didn't exist. |