Go to the first, previous, next, last section, table of contents.


Configuration

Most of the configuration of PLWM is done by writing a python script using the various window manager modules. See section Extension Modules.

However, some small parts of PLWM can be configured with X resources. The various X resources are defined in the section of their corresponding modules.

They have one thing in common though, in that they all start with the name component plwm and the class component Plwm. The name component used in lookups will actually be the name of the window manager script, so if your script is called foowm.py, the resources looked up will be e.g. foowm.border.color instead of plwm.border.color. The class component used is controlled by the WindowManager attribute appclass, which by default is Plwm.

Summary: in your `~/.Xdefaults' or `~/.Xresources', start all PLWM resources with Plwm., unless you know what you're doing.


Go to the first, previous, next, last section, table of contents.