<?xml version="1.0"?>

<JWM>

	<!-- jwm-0.21x -- The root menu, if undefined will not show a menu. -->
	<RootMenu label="Start">
		<Program label="Console">Cmd</Program>
		<Program label="Explorer">txplor /</Program>
		<Program label="Web Browser">retawq.sh</Program>
		<Program label="E-mail">OXElmo</Program>
		<Program label="rdesktop">xcmd "rdesktop -u me 192.168.0.3"</Program>
		<Program label="Editor">edx -xg 40 -yg 40 </Program>
		<Program label="Calendar">xcalendar</Program>
		<Program label="Calc">bcalc</Program>
		<Program label="Top">xtop</Program>
		<Separator/>
		<Menu label="Edit Config">
			<Program label="Edit this menu">edx /root/.jwmrc</Program>
			<Program label="Edit E-mail Config">edx /root/.elmorc</Program>
			<Program label="Edit /etc/rc.d/sysinit">edx /etc/rc.d/sysinit</Program>
			<Program label="Edit /etc/networks">edx /etc/networks</Program>
			<Program label="Edit /etc/inetd.conf">edx /etc/inetd.conf</Program>
			<Program label="Edit /etc/inittab">edx /etc/inittab</Program>
			<Program label="Edit /etc/passwd">edx /etc/passwd</Program>
			<Program label="Edit /etc/group">edx /etc/group</Program>
			<Program label="Edit /etc/host.conf">edx /etc/host.conf</Program>
			<Program label="Edit /etc/hostname">edx /etc/hostname</Program>
			<Program label="Edit /etc/hosts">edx /etc/hosts</Program>
			<Program label="Edit /etc/hosts.allow">edx /etc/hosts.allow</Program>
			<Program label="Edit /etc/hosts.deny">edx /etc/hosts.deny</Program>
			<Program label="Edit /etc/issue">edx /etc/issue</Program>
			<Program label="Edit /etc/resolv.conf">edx /etc/resolv.conf</Program>
			<Program label="Edit /etc/profile">edx /etc/profile</Program>
			<Program label="Edit /usr/X11R6/bin/startx">edx /usr/X11R6/bin/startx</Program>
			<Program label="Edit /usr/X11R6/lib/X11/xinit/xinitrc">edx /usr/X11R6/lib/X11/xinit/xinitrc</Program>
			<Program label="Edit /etc/rc.d/rc.modules">edx /etc/rc.d/rc.modules</Program>
			<Program label="Edit /bin/netstart">edx /bin/netstart</Program>
		</Menu>
		<Separator/>
		<Restart label="Reload Menu"</Restart>
		<Separator/>
		<Program label="Run">xcmd</Program>
		<Separator/>
		<Program label="Local Help Xwoaf-0.2.0g">retawq /README.htm </Program>
		<Program label="Online Help Xwoaf-0.2.0g">retawq http://modest-proposals.com/xwoaf/xwoafhelp.htm</Program>
		<Separator/>
		<Menu label="Exit">
			<Exit label="Restart jwm">jwm</Exit>
			<Program label="Restart Computer">killall X;reboot</Program>
			<Exit label="Exit">killall X</Exit>
		</Menu>
	</RootMenu>

	<Border>
		<Font antialias="true">fixed</Font>
		<Width>5</Width>
		<Height>15</Height>
		<Foreground>black</Foreground>
		<Background>gray75</Background>
		<ActiveForeground>white</ActiveForeground>
		<ActiveBackground>SteelBlue</ActiveBackground>
	</Border>

	<Tray autohide="true">
		<Font antialias="true">fixed</Font>
		<Height>20</Height>
		<Foreground>black</Foreground>
		<Background>gray75</Background>
		<ActiveForeground>black</ActiveForeground>
		<ActiveBackground>#8899AA</ActiveBackground>
	</Tray>

	<Pager>
		<Outline>black</Outline>
		<Foreground>#DCDAD5</Foreground>
		<Background>#888888</Background>
		<ActiveForeground>#8899AA</ActiveForeground>
		<ActiveBackground>#3A4956</ActiveBackground>
	</Pager>

	<Load>
		<Program>xtop</Program>
		<Outline>black</Outline>
		<Foreground>red</Foreground>
		<Background>#DCDAD5</Background>
	</Load>

	<Clock>
		<Program>xcalendar</Program>
	</Clock>

	<Popup enabled="true">
		<Font antialias="true">fixed</Font>
		<Outline>black</Outline>
		<Foreground>black</Foreground>
		<Background>linen</Background>
	</Popup>

	<Menu>
		<Font antialias="true">fixed</Font>
		<Foreground>black</Foreground>
		<Background>#DCDAD5</Background>
		<ActiveForeground>white</ActiveForeground>
		<ActiveBackground>#3A4956</ActiveBackground>
	</Menu>

	<!-- Number of virtual desktops -->
	<DesktopCount>1</DesktopCount>

	<!-- Double click speed (in milliseconds) -->
	<DoubleClickSpeed>400</DoubleClickSpeed>

	<!-- Double click delta (in pixels) -->
	<DoubleClickDelta>2</DoubleClickDelta>

	<!-- The focus model (sloppy or click) -->
	<FocusModel>click</FocusModel>

	<!-- The snap mode (none, screen, or border) -->
	<SnapMode distance="5">border</SnapMode>

	<!-- Key bindings -->
	<Key key="Up">up</Key>
	<Key key="Down">down</Key>
	<Key key="Right">right</Key>
	<Key key="Left">left</Key>
	<Key key="Return">select</Key>
	<Key key="Escape">escape</Key>

	<Key mask="A" key="Tab">next</Key>
	<Key mask="A" key="F4">close</Key>
	<Key mask="A" key="Escape">root</Key>
	<Key mask="A" key="space">window</Key>
	<Key mask="A" key="#">desktop#</Key>

</JWM>

