chiark / gitweb /
Import vtwm_5.4.7.orig.tar.gz
[vtwm.git] / contrib / vtwmrc / vtwmrc-MWMish
1
2 #
3 # DESCRIPTION FILE FOR vtwm - $(HOME)/vtwm/vtwmrc-MWMish
4 #
5 # PRE-PROCESSED BY vtwm-5.4.6 USING m4
6
7
8 #
9 # m4 Variables
10 #
11
12 define(WMname, `MWMish')
13
14 # Border width, autopan border width, desktop and door bevel widths...
15 define(WMborder, 5) define(WMpanborder, 5)
16 define(WMdesktopbevel, 1) define(WMdoorbevel, 1)
17 # Title heights (must be set manually for VTWM windows and applets)...
18 define(WMdesktoptitle, 0) define(WMdoortitle, 0)
19 define(WMiconmgrtitle, 0) define(WMapplettitle, 0)
20
21 #
22 # Boolean Variables
23 #
24
25 # Read in the variables file...
26 include(HOME/vtwm/vtwmrc-bools)
27
28 ShallowReliefWindowButton
29
30 ButtonColorIsFrame
31
32 #
33 # Parametered Variables
34 #
35
36 # Read in the variables file...
37 include(HOME/vtwm/vtwmrc-parms)
38
39 # See also 'Lists' below...
40 IconManagerGeometry             "+5+5" 1
41
42 RealScreenBorderWidth           0
43
44 # Gap between frame and titlebar font (titlebar changes)
45 FramePadding                    2
46 # Gap between FramePadding and buttons (buttons change)
47 ButtonIndent                    -2
48 # Gap between titlebar elements
49 TitlePadding                    0
50 # Button border width (TitleForeground color)
51 TitleButtonBorderWidth          0
52
53 ClearBevelContrast              40
54 DarkBevelContrast               40
55
56 BorderBevelWidth                2
57 ButtonBevelWidth                1
58 DoorBevelWidth                  WMdoorbevel
59 IconBevelWidth                  2
60 IconManagerBevelWidth           1
61 InfoBevelWidth                  2
62 MenuBevelWidth                  2
63 TitleBevelWidth                 1
64 VirtualDesktopBevelWidth        WMdesktopbevel
65
66 UnknownIcon             "xlogo32"
67
68 TitleFont               "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
69 ResizeFont              "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
70 MenuFont                "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
71 MenuTitleFont           "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
72 IconFont                "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
73 InfoFont                "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
74 IconManagerFont         "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
75 DoorFont                "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
76 #VirtualDesktopFont     "-adobe-helvetica-medium-r-normal--*-75-*-*-*-*-*-*"
77
78 #
79 # Functions and Bindings
80 #
81
82 # Read in the bindings file...
83 include(HOME/vtwm/vtwmrc-binds)
84
85 # These are nice built-in 3D buttons...
86 LeftTitleButton         ":xpm:darrow" = f.menu "ArrangeMenu"
87 RightTitleButton        ":xpm:dot" = f.iconify
88 RightTitleButton        ":xpm:resize" = f.resize
89
90 Function "decorate-virtual"
91 {
92         f.exec "nexpm -vtwm -in HOME/vtwm/images/djhjr.xpm &"
93 }
94
95 Function "clear-virtual"
96 {
97         f.exec "nexpm -vtwm -solid gray60 &"
98 }
99
100 #
101 # Lists
102 #
103
104 # Read in the sound file...
105 include(ifelse(SOUND, `Yes', `HOME/vtwm/vtwmrc-sound'))
106
107 # Read in the lists file...
108 include(HOME/vtwm/vtwmrc-lists)
109
110 # Check 'BorderColor', as that's the highlight color...
111 NoHighlight
112
113 #NoTitleHighlight
114
115 SqueezeTitle
116 #DontSqueezeTitle {}
117
118 Pixmaps
119 {
120 #       TitleHighlight                  "eyesline.xpm"
121 #       TitleHighlight                  "byzantine.xpm"
122         TitleHighlight                  ":xpm:sunkenlines"
123 #       VirtualBackgroundPixmap         "djhjr.xpm"
124         MenuIconPixmap                  ":xpm:rarrow"
125         IconManagerPixmap               ":xpm:zoom"
126 }
127
128 # Box-stock Background is, of course, "maroon"
129 # Box-stock Foreground and IconBorderColor is "gray85"
130 # Box-stock MenuTitleBackground and BorderColor is "gray70"
131 Color
132 {
133         DefaultBackground               "gray60"
134         DefaultForeground               "gray90"
135         MenuBackground                  "gray60"
136         MenuForeground                  "gray90"
137         MenuTitleBackground             "gray60"
138         MenuTitleForeground             "gray90"
139         RealScreenBackground            "gray50"
140         RealScreenForeground            "black"
141         VirtualBackground               "gray60"
142         VirtualForeground               "black"
143         BorderColor                     "gray75"
144         BorderTileBackground            "gray60"
145         BorderTileForeground            "gray60"
146         TitleBackground                 "DeepSkyBlue4"
147         {
148                 "VTWM*"                 "gray60"
149                 "XTerm"                 "SeaGreen"
150                 "Xqsh"                  "maroon"
151                 "ssh:*"                 "maroon"
152                 "telnet:*"              "maroon"
153                 "rlogin:*"              "maroon"
154                 "*ftp:*"                "maroon"
155                 "xbiff*"                "gray60"
156                 "xcb"                   "gray60"
157                 "*clock"                "gray60"
158                 "xload"                 "gray60"
159                 "as*"                   "gray60"
160         }
161         TitleForeground                 "gray90"
162         IconBackground                  "DeepSkyBlue4"
163         {
164                 "VTWM*"                 "gray60"
165                 "XTerm"                 "SeaGreen"
166                 "Xqsh"                  "maroon"
167                 "ssh:*"                 "maroon"
168                 "telnet:*"              "maroon"
169                 "rlogin:*"              "maroon"
170                 "*ftp:*"                "maroon"
171                 "xbiff*"                "gray60"
172                 "xcb"                   "gray60"
173                 "*clock"                "gray60"
174                 "xload"                 "gray60"
175                 "as*"                   "gray60"
176         }
177         IconForeground                  "gray90"
178         IconBorderColor                 "gray75"
179 #       IconBorderColor                 "DeepSkyBlue4"
180 #       {
181 #               "VTWM*"                 "gray60"
182 #               "XTerm"                 "SeaGreen"
183 #               "Xqsh"                  "maroon"
184 #               "ssh:*"                 "maroon"
185 #               "telnet:*"              "maroon"
186 #               "rlogin:*"              "maroon"
187 #               "*ftp:*"                "maroon"
188 #               "xbiff*"                "gray60"
189 #               "xcb"                   "gray60"
190 #               "*clock"                "gray60"
191 #               "xload"                 "gray60"
192 #               "as*"                   "gray60"
193 #       }
194         IconManagerBackground           "DeepSkyBlue4"
195         {
196                 "VTWM*"                 "gray60"
197                 "XTerm"                 "SeaGreen"
198                 "Xqsh"                  "maroon"
199                 "ssh:*"                 "maroon"
200                 "telnet:*"              "maroon"
201                 "rlogin:*"              "maroon"
202                 "*ftp:*"                        "maroon"
203                 "xbiff*"                "gray60"
204                 "xcb"                   "gray60"
205                 "*clock"                "gray60"
206                 "xload"                 "gray60"
207                 "as*"                   "gray60"
208         }
209         IconManagerForeground           "gray90"
210         IconManagerHighlight            "gray90"
211         DoorBackground                  "gray60"
212         DoorForeground                  "gray90"
213         DesktopDisplayBackground        "DeepSkyBlue4"
214         {
215                 "VTWM*"                 "gray60"
216                 "XTerm"                 "SeaGreen"
217                 "Xqsh"                  "maroon"
218                 "ssh:*"                 "maroon"
219                 "telnet:*"              "maroon"
220                 "rlogin:*"              "maroon"
221                 "*ftp:*"                "maroon"
222                 "xbiff*"                "gray60"
223                 "xcb"                   "gray60"
224                 "*clock"                "gray60"
225                 "xload"                 "gray60"
226                 "as*"                   "gray60"
227         }
228         DesktopDisplayForeground        "gray90"
229 }
230
231 #
232 # Menus
233 #
234
235 # Read in the menus file...
236 include(HOME/vtwm/vtwmrc-menus)
237