A resource specification has the following format:
The
resource string usually contains two identifiers
and a separator. The first identifier is the client or application
name (SAS), the separator is a period (.) or asterisk (*) character,
and the second identifier is the name of the specific resource. The
value given can be a Boolean value (True or False),
a number, or a character string, depending on the resource type.
The application name
and resource name can both specify an instance value or a class value.
A specification for a class applies to a larger scope than a single
instance.
The following are sample
resource specifications:
SAS.startSessionManager: True
SAS.maxWindowHeight: 100
SAS.awsResizePolicy: grow
See your X Window System
documentation for more information about resource specifications.