Revision 9757,
1.3 KB
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9756,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | ! |
---|
2 | ! app-defaults RESOURCE SPECIFICATIONS FOR Mwm |
---|
3 | ! (mwm has precedence over Mwm) |
---|
4 | ! |
---|
5 | |
---|
6 | !! |
---|
7 | !! NOTE: In Mwm 1.1.1 and newer, the resources 'buttonBindings' and |
---|
8 | !! 'keyBindings' should not be defined in the Mwm app-defaults file. |
---|
9 | !! The defaults are set internally in Mwm to 'DefaultButtonBindings' and |
---|
10 | !! 'DefaultKeyBindings' respectively. |
---|
11 | !! |
---|
12 | !! Users and system admin need only define the default button and key |
---|
13 | !! bindings in the appropriate mwm config file (ie. .mwmrc or |
---|
14 | !! system.mwmrc). |
---|
15 | !! |
---|
16 | !! The 'windowMenu' resource defaults to 'DefaultWindowMenu', and |
---|
17 | !! in Mwm 1.2 there is a default root menu that is defined as |
---|
18 | !! 'DefaultRootMenu'. |
---|
19 | !! |
---|
20 | |
---|
21 | !Mwm*moveThreshold: 3 |
---|
22 | |
---|
23 | ! |
---|
24 | ! component appearance resources |
---|
25 | ! |
---|
26 | |
---|
27 | !! |
---|
28 | !! NOTE: In Mwm 1.2, the resources 'resizeBorderWidth' and 'frameBorderWidth' |
---|
29 | !! are calculated dynamically depending on the size and resolution of |
---|
30 | !! the screen. In general, you should not have to set these resources |
---|
31 | !! in the Mwm app-defaults file. |
---|
32 | !! |
---|
33 | |
---|
34 | ! FONT stuff |
---|
35 | Mwm*fontList: variable |
---|
36 | |
---|
37 | ! Use smaller fixed font for icons |
---|
38 | Mwm*icon*fontList: fixed |
---|
39 | |
---|
40 | !! Client decorations for common clients - SAMPLES |
---|
41 | !Mwm*XClock*clientDecoration: border |
---|
42 | !Mwm*XLoad*clientDecoration: border |
---|
43 | !Mwm*XBiff*clientDecoration: border |
---|
44 | |
---|
45 | ! |
---|
46 | ! END OF RESOURCE SPECIFICATIONS |
---|
47 | ! |
---|
Note: See
TracBrowser
for help on using the repository browser.