- <?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="22" onroot="12">
- <Program icon="terminal-tango.svg" label="Sakura">sakura</Program>
- <Program icon="putty.png" label="PuTTy">putty</Program>
- <Program icon="gpicview.png" label="Image viewer">gpicview</Program>
- <Program icon="notepad.png" label="Text editor">mousepad</Program>
- <Program icon="chromium.png" label="Chromium">chromium-browser</Program>
- <!---
- <Program icon="firefox.png" label="Firefox Private">
- firefox -private
- </Program>
- -->
- <Program icon="run.png" label="Run">gmrun</Program>
- <Separator/>
- <Program icon="restart.png" label="Restart">gxmessage -center -title "Are you sure?" -buttons Yes:0,No:1 "Reboot the computer?" && sudo reboot</Program>
- <Program icon="shutdown.png" label="Shutdown">gxmessage -center -title "Are you sure?" -buttons Yes:0,No:1 "Shutdown the computer?" && sudo poweroff</Program>
- </RootMenu>
- <Tray x="0" y="-1" height="28">
- <!-- Additional TrayButton attribute: label -->
- <TrayButton icon="start7.png" popup="Click here for menu">root:1</TrayButton>
- <TrayButton icon="showdesktop.png">showdesktop</TrayButton>
- <TrayButton icon="explorer.png">exec:pcmanfm</TrayButton>
- <TrayButton icon="notepad.png">exec:mousepad</TrayButton>
- <TrayButton icon="xpcalc.png">exec:galculator</TrayButton>
- <TrayButton icon="cmd.png">
- exec:xterm -font koi8x16 -bg black -fg green -geometry 90x30+40+40
- </TrayButton>
- <TrayButton icon="putty.png">exec:putty</TrayButton>
- <TrayButton icon="chromium.png">exec:chromium-browser -incognito</TrayButton>
- <!--
- <TrayButton icon="slimjet.png">exec:flashpeak-slimjet -incognito</TrayButton>
- <TrayButton icon="text-generic.png">exec:leafpad ~Desktop/text.txt</TrayButton>
- -->
- <TaskList maxwidth="256"/>
- <Dock/>
- <!-- Additional Swallow attribute: height -->
- <Swallow name="xload" width="26">
- xload -nolabel -bg black -fg green -hl white -update 3
- </Swallow>
- <Clock format="%k:%M">showdesktop</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>Monospace-9:bold</Font>
- <Width>2</Width>
- <Height>20</Height>
- <Corner>0</Corner>
- <Foreground>#c7cfc8</Foreground>
- <Background>#808080</Background>
- <Opacity>1.0</Opacity>
- <Active>
- <Foreground>white</Foreground>
- <Background>#0a246a</Background>
- <Outline>#d4d0c8</Outline>
- <Opacity>1.0</Opacity>
- </Active>
- </WindowStyle>
- <!-- Additional TrayStyle attribute: insert -->
- <TrayStyle>
- <Font>Monospace-9</Font>
- <Foreground>black</Foreground>
- <Background>#d4d0c8</Background>
- <Opacity>1.0</Opacity>
- <Active>
- <Foreground>black</Foreground>
- <Background>white</Background>
- </Active>
- </TrayStyle>
- <MenuStyle>
- <Font>Cantarell-9:antialias=true:encoding=utf8</Font>
- <Foreground>black</Foreground>
- <Background>#d4d0c8</Background>
- <Opacity>1.0</Opacity>
- <Active>
- <Foreground>white</Foreground>
- <Background>#0a246a</Background>
- </Active>
- </MenuStyle>
- <PopupStyle>
- <Font>Cantarell-9:antialias=true:encoding=utf8</Font>
- <Outline>black</Outline>
- <Foreground>black</Foreground>
- <Background>#ffffe1</Background>
- </PopupStyle>
- <IconPath>
- /usr/share/pixmaps
- </IconPath>
- <StartupCommand>xxkb &</StartupCommand>
- <StartupCommand>pcmanfm --desktop &</StartupCommand>
- <StartupCommand>xsetroot -solid '#3a6ea5'</StartupCommand>
- <ButtonClose>close.png</ButtonClose>
- <ButtonMax>maximize.png</ButtonMax>
- <ButtonMaxActive>unmaximize.png</ButtonMaxActive>
- <ButtonMin>minimize.png</ButtonMin>
- <!-- 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