Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <JWM>
- <!-- The root menu. -->
- <RootMenu onroot="12">
- <Program icon="crux.png" label="Menu">dmenu_run</Program>
- <Program icon="term.png" label="Terminal">roxterm</Program>
- <Program icon="mousepad.png" label="Geany">geany</Program>
- <Program icon="spacefm.png" label="Spacefm">spacefm</Program>
- <Program icon="fasterfox.png" label="Firefox">firefox</Program>
- <Program icon="chrome.png" label="Chromium">chromium</Program>
- <Program icon="gpodder.png" label="gPodder">gpodder</Program>
- <Program icon="hexchat.png" label="Hexchat">hexchat</Program>
- <Program icon="fitbit.png" label="Galileo">urxvt -e galileo && midori</Program
- <Program icon="cmus.png" label="Deadbeef">deadbeef</Program>
- <Menu icon="nutyx.png" label="Utilities">
- <Program icon="xkill.png" label="Xkill">xkill</Program>
- <Program icon="computer.png" label="Window Properties">
- xprop | xmessage -file -
- </Program>
- </Menu>
- <Separator/>
- <Program icon="shutdown.png" label="Shutdown">./exit</Program>
- <Restart label="Restart" icon="restart.png"/>
- <Exit label="Exit" confirm="true" icon="exit.png"/>
- </RootMenu>
- <!-- Options for program groups. -->
- <Group>
- <Class>Pidgin</Class>
- <Option>sticky</Option>
- </Group>
- <Group>
- <Name>xterm</Name>
- <Option>vmax</Option>
- <Option>icon:terminal.png</Option>
- </Group>
- <Group>
- <Name>xedit</Name>
- <Option>icon:editor.png</Option>
- </Group>
- <Group>
- <Name>xcalc</Name>
- <Option>icon:calculator.png</Option>
- </Group>
- <!-- Tray at the bottom. -->
- <Tray x="0" y="-1" autohide="off">
- <TrayButton label="JWM">root:1</TrayButton>
- <Pager labeled="true"/>
- <TaskList maxwidth="256"/>
- <Dock/>
- <Clock><Button mask="123">exec:xclock</Button></Clock>
- </Tray>
- <!-- Visual Styles -->
- <WindowStyle>
- <Font>Sans-9:bold</Font>
- <Width>4</Width>
- <Height>21</Height>
- <Corner>4</Corner>
- <Foreground>#FFFFFF</Foreground>
- <Background>#555555</Background>
- <Opacity>0.5:0.9:0.1</Opacity>
- <Active>
- <Foreground>#FFFFFF</Foreground>
- <Background>#0077CC</Background>
- <Opacity>0.8</Opacity>
- </Active>
- </WindowStyle>
- <TrayStyle>
- <Font>Sans-9</Font>
- <Background>#999999</Background>
- <Foreground>#000000</Foreground>
- <Opacity>0.75</Opacity>
- </TrayStyle>
- <PagerStyle>
- <Outline>#000000</Outline>
- <Foreground>#333333</Foreground>
- <Background>#999999</Background>
- <Active>
- <Foreground>#0077CC</Foreground>
- <Background>#555555</Background>
- </Active>
- </PagerStyle>
- <MenuStyle>
- <Font>Sans-9</Font>
- <Foreground>#000000</Foreground>
- <Background>#999999</Background>
- <Active>
- <Foreground>#000000</Foreground>
- <Background>#0077CC</Background>
- </Active>
- <Opacity>0.85</Opacity>
- </MenuStyle>
- <PopupStyle>
- <Font>Sans-9</Font>
- <Foreground>#000000</Foreground>
- <Background>#999999</Background>
- </PopupStyle>
- <!-- Path where icons can be found.
- IconPath can be listed multiple times to allow searching
- for icons in multiple paths.
- -->
- <IconPath>
- /home/timcowchip/Images
- </IconPath>
- <!-- Virtual Desktops -->
- <!-- Desktop tags can be contained within Desktops for desktop names. -->
- <Desktops width="6" height="0.5">
- <!-- Default background. Note that a Background tag can be
- contained within a Desktop tag to give a specific background
- for that desktop.
- -->
- <Background type="solid">#222222</Background>
- </Desktops>
- <!-- Double click speed (in milliseconds) -->
- <DoubleClickSpeed>400</DoubleClickSpeed>
- <!-- Double click delta (in pixels) -->
- <DoubleClickDelta>2</DoubleClickDelta>
- <!-- The focus model (sloppy or click) -->
- <FocusModel>sloppy</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>
- <StartupCommand>./start</StartupCommand>
- </JWM>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement