<?xml version="1.0"?>

<JWM>

   <!-- The root menu, if this is undefined you will not get a menu. -->
   <!-- Additional RootMenu attributes: onroot, labeled, label -->
   <RootMenu height="12" onroot="123">

<Include>/usr/local/tce.jwm</Include>
<Include>./.jwmrc-ondemand</Include>
<Include>/tmp/.jwm-sysmenu</Include>

  <Separator/>
  <Menu label="Exit / Restart">
   <Program label="Restart Wbar"> exec wbar.sh</Program>
   <Program label="Restart JWM"> exec jwm -restart</Program>
   <Program label="Exit Options"> exec exittc</Program>
  </Menu>
 </RootMenu>

<Include>./.jwmrc-tray</Include>

<Include>./.jwmrc-theme</Include>

   <IconPath>
      /usr/local/share/pixmaps
   </IconPath>

   <!-- Virtual Desktops -->
   <!-- Desktop tags can be contained within Desktops for desktop names. -->
   <Desktops width="4">

      <!-- Default background. Note that a Background tag can be
           contained within a Desktop tag to give a specific background
           for that desktop.
          
           Valid types: solid gradient image tile command
           <Background type="solid">#4f5f82</Background>
           Note: Tiny Core uses a generic setbackground program
       -->

   </Desktops>

   <!-- Double click speed (in milliseconds) -->
   <DoubleClickSpeed>500</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="20">border</SnapMode>

   <!-- The move mode (outline or opaque) -->
   <MoveMode>outline</MoveMode>

   <!-- The resize mode (outline or opaque) -->
   <ResizeMode>outline</ResizeMode>
  
<Include>./.jwmrc-keys</Include>

</JWM>

