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