Using the Fvwm Python Module
It's really very easy to use Fvwm.py based modules from
Fvwm. One of the little modules that I can't live without is the
Pydesks.py module. Here are
some excerpts from my .fvwmrc file for setting up and
using Pydesks.py:
# Set up ModulePath so that Fvwm can find Pydesks.py
ModulePath /home/bwarsaw/src/fvwm
# Properties I like the Pydesks windows to have, over and
# above my standard window properties
Style "Pydesks" NoTitle, Sticky
# ...
# I like to be able to restart Pydesks from root
# window accelerators
Key t R N Pydesks.py
Key t R S Pydesks.py Main
# ...
# I like Pydesks to come up automatically at Fvwm start
# and restart time.
AddToFunc InitFunction
+ "I" Pydesks.py
AddToFunc RestartFunction
+ "I" Pydesks.py
# ...
# Configuration parameters for the Pydesks.py program
*PydesksGeometry +0-4
*PydesksDesk Main 0
*PydesksDesk Web 1
*PydesksDesk Aux 2
*PydesksDesk Maker 3
*PydesksAutoGrow
*PydesksFvwmPagerKludge
|