- <?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="32" onroot="12">
- <Program icon="xterm.png" label="XTerm">
- xterm -font koi8x16 -bg black -fg green -geometry 90x30+90+90
- </Program>
- <!--
- <Program icon="pterm.png" label="PTerm">
- pterm -font koi8x16 -bg black -fg green -geometry 100x30+75+75
- </Program>
- -->
- <Program icon="putty.png" label="PuTTy">putty</Program>
- <Program icon="leafpad.png" label="Text editor">leafpad</Program>
- <!--
- <Program icon="gpicview.png" label="Image viewer">gpicview</Program>
- <Program icon="mirage.png" label="Image browser">mirage</Program>
- <Program icon="filezilla.png" label="FileZilla">filezilla</Program>
- <Program icon="firefox.png" label="Firefox Private">
- firefox -private
- </Program>
- -->
- <Program icon="chromium.png" label="Chromium Incognito">chromium-browser -incognito</Program>
- <!--<Exit label="Exit" confirm="true" icon="logout.png"/>-->
- </RootMenu>
- <!-- Additional tray attributes: autohide, width, border, layer, layout -->
- <Tray x="0" y="-1" height="32">
- <!-- Additional TrayButton attribute: label -->
- <TrayButton icon="startxp.png" popup="Click here for menu">root:1</TrayButton>
- <TrayButton icon="desktop.png">showdesktop</TrayButton>
- <TrayButton icon="xterm.png">
- exec:xterm -font koi8x16 -bg black -fg green -geometry 90x30+90+90
- </TrayButton>
- <TrayButton icon="leafpad.png">exec:leafpad</TrayButton>
- <!--
- <TrayButton icon="firefox.png">exec:firefox -private</TrayButton>
- -->
- <TrayButton icon="chromium.png">exec:chromium-browser -incognito</TrayButton>
- <TaskList maxwidth="256"/>
- <Dock/>
- <!-- Additional Swallow attribute: height -->
- <Swallow name="xload" width="32">
- xload -nolabel -bg black -fg green -hl white -update 3
- </Swallow>
- <Clock format="%k:%M"></Clock>
- </Tray>
- <Group>
- <Name>VNC config</Name>
- <Option>minimized</Option>
- <Option>nolist</Option>
- </Group>
- <Group>
- <Class>Firefox</Class>
- <Class>Iceweasel</Class>
- <Class>chromium-browser</Class>
- <Class>Chrome</Class>
- <Option>notitle</Option>
- <Option>maximized</Option>
- </Group>
- <!-- Visual Styles -->
- <WindowStyle>
- <Font>FreeSans-9:bold</Font>
- <Width>2</Width>
- <Height>20</Height>
- <Foreground>#dee7ff</Foreground>
- <Background>#7b9ae7</Background>
- <Opacity>1</Opacity>
- <Active>
- <Foreground>white</Foreground>
- <Background>#0051e7</Background>
- <Outline>#0051e7</Outline>
- <Opacity>1.0</Opacity>
- </Active>
- </WindowStyle>
- <!-- Additional TrayStyle attribute: insert -->
- <TrayStyle>
- <Font>FreeSans-9</Font>
- <Background>#215dde</Background>
- <Foreground>white</Foreground>
- <Opacity>1.0</Opacity>
- </TrayStyle>
- <MenuStyle>
- <Font>FreeSans-9</Font>
- <Foreground>black</Foreground>
- <Background>white</Background>
- <Opacity>1.0</Opacity>
- <Active>white
- <Foreground>white</Foreground>
- <Background>#3169c6</Background>
- </Active>
- </MenuStyle>
- <PopupStyle>
- <Font>fixed</Font>
- <Outline>black</Outline>
- <Foreground>black</Foreground>
- <Background>yellow</Background>
- </PopupStyle>
- <IconPath>
- /usr/share/pixmaps
- </IconPath>
- <!-- 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="10">border</SnapMode>
- <!-- The move mode (outline or opaque) -->
- <MoveMode>opaque</MoveMode>
- <!-- The resize mode (outline or opaque) -->
- <ResizeMode>opaque</ResizeMode>
- <!-- Key bindings -->
- <Key key="Up">up</Key>
- <Key key="Down">down</Key>
- <Key key="Right">right</Key>
- <Key key="Left">left</Key>
- <Key key="h">left</Key>
- <Key key="j">down</Key>
- <Key key="k">up</Key>
- <Key key="l">right</Key>
- <Key key="Return">select</Key>
- <Key key="Escape">escape</Key>
- <Key mask="A" key="Tab">nextstacked</Key>
- <Key mask="A" key="F4">close</Key>
- <Key mask="A" key="#">desktop#</Key>
- <Key mask="A" key="F1">root:1</Key>
- <Key mask="A" key="F2">window</Key>
- <Key mask="A" key="F10">maximize</Key>
- <Key mask="A" key="Right">rdesktop</Key>
- <Key mask="A" key="Left">ldesktop</Key>
- <Key mask="A" key="Up">udesktop</Key>
- <Key mask="A" key="Down">ddesktop</Key>
- </JWM>
Raw Paste