- <?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="epiphany.png" label="Epiphany Private">epiphany --incognito-mode</Program>
- </RootMenu>
- <!-- Additional tray attributes: autohide, width, border, layer, layout -->
- <Tray x="0" y="-1" height="32" autohide="false">
- <!-- 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="epiphany.png">exec:epiphany --incognito-mode</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>Epiphany</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>
- <Active>
- <Text>white</Text>
- <Title>#0051e7</Title>
- <Outline>#0051e7</Outline>
- <Opacity>1.0</Opacity>
- </Active>
- <Inactive>
- <Text>#dee7ff</Text>
- <Title>#7b9ae7</Title>
- <Outline>#7b9ae7</Outline>
- <Opacity>0.5:0.9:0.1</Opacity>
- </Inactive>
- </WindowStyle>
- <TaskListStyle>
- <Font>FreeSans-9</Font>
- <ActiveForeground>white</ActiveForeground>
- <ActiveBackground>#1851bd</ActiveBackground>
- <Foreground>white</Foreground>
- <Background>#215dde</Background>
- </TaskListStyle>
- <!-- Additional TrayStyle attribute: insert -->
- <TrayStyle>
- <Font>FreeSans-9</Font>
- <Background>#215dde</Background>
- <Foreground>white</Foreground>
- <Opacity>1.0</Opacity>
- </TrayStyle>
- <PagerStyle>
- <Outline>black</Outline>
- <Foreground>gray90</Foreground>
- <Background>#808488</Background>
- <ActiveForeground>#70849d</ActiveForeground>
- <ActiveBackground>#2e3a67</ActiveBackground>
- </PagerStyle>
- <MenuStyle>
- <Font>FreeSans-9</Font>
- <Foreground>black</Foreground>
- <Background>white</Background>
- <ActiveForeground>white</ActiveForeground>
- <ActiveBackground>#3169c6</ActiveBackground>
- <Opacity>1.0</Opacity>
- </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