|
|
The following resources are used to declare applicable functions and decoration elements for a client:
Window decoration resources
Value | |||
---|---|---|---|
Name | Class | type | Default |
clientDecoration | ClientDecoration | string | all |
clientFunctions | ClientFunctions | string | all |
transientDecoration | TransientDecoration | string | title border resizeh |
transientFunctions | TransientFunctions | string | move resize |
clientDecoration (Class: ClientDecoration)
This resource specifies the amount of decoration (buttons
and frames) that the window manager applies to a client's
top-level window. The value of this resource is a
combination of one or more of the following names:
Pmwm*XClock*clientDecoration: menu resizeh
Pmwm*XClock*clientDecoration: -maximize minimize
clientFunctions (Class: ClientFunctions)
This resource specifies which of the window manager
functions apply to a client's top-level window. (See
``Using window manager functions''
for more information.)
The value of this
resource is a combination of one or more of the
following names:
pmwm*xclock*clientFunctions: move resize
pmwm*xclock*clientFunctions: -maximize minimize
(This is a client-specific resource.)
transientDecoration (Class: TransientDecoration)
This resource controls the amount of decoration that
the window manager places around a transient (temporary) window,
identified by the WM_TRANSIENT_FOR property on
the window. The syntax for specifying this resource is
the same as that for the clientDecoration
resource. The default value for this resource is
``title border resizeh,'' which means that transient windows
appear with a title bar (without the Window menu button,
minimize button and maximize button), a window
border, and resize handles.
(This is a specific appearance and behavior resource.)
transientFunctions (Class: TransientFunctions)
This resource specifies the window manager functions that
the window manager allows for a transient (temporary) window,
identified by the WM_TRANSIENT_FOR property on
the window. The syntax for specifying this resource is
the same as that for the clientFunctions
resource. The default value for this resource is
``move resize,'' which means that the window manager
applies the functions f.move and
f.resize to transient windows. (See
``Using window manager functions''
for more information.)
(This is a specific appearance and behavior resource.)