123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?xml version="1.0"?>
- <JWM>
- <!-- The root menu. -->
- <RootMenu onroot="12">
- <Program icon="terminal.png" label="Terminal">xterm</Program>
- <Menu icon="folder.png" label="Applications">
- <Program icon="music.png" label="Audacious">audacious</Program>
- <Program icon="calculator.png" label="Calculator">xcalc</Program>
- <Program icon="gimp.png" label="Gimp">gimp</Program>
- <Program icon="www.png" label="Iceweasel">iceweasel</Program>
- <Program icon="editor.png" label="XEdit">xedit</Program>
- </Menu>
- <Menu icon="folder.png" label="Utilities">
- <Program icon="font.png" label="Fonts">xfontsel</Program>
- <Program icon="window.png" label="Window Properties">
- xprop | xmessage -file -
- </Program>
- </Menu>
- <Separator/>
- <Program icon="lock.png" label="Lock">
- xscreensaver-command -lock
- </Program>
- <Separator/>
- <Restart label="Restart" icon="restart.png"/>
- <Exit label="Exit" confirm="true" icon="quit.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" height="32" autohide="false">
- <TrayButton label="JWM">root:1</TrayButton>
- <TrayButton label="_">showdesktop</TrayButton>
- <Pager labeled="true"/>
- <TaskList maxwidth="256"/>
- <Dock/>
- <Clock>xclock</Clock>
- </Tray>
- <!-- Visual Styles -->
- <WindowStyle>
- <Font>FreeSans-9:bold</Font>
- <Width>4</Width>
- <Height>20</Height>
- <Active>
- <Text>#FFFFFF</Text>
- <Title>#CC7700:#884400</Title>
- <Outline>#000000</Outline>
- <Opacity>1.0</Opacity>
- </Active>
- <Inactive>
- <Text>#FFFFFF</Text>
- <Title>#333333:#111111</Title>
- <Outline>#000000</Outline>
- <Opacity>0.5:0.9:0.1</Opacity>
- </Inactive>
- </WindowStyle>
- <TrayStyle>
- <Font>FreeSans-12:bold</Font>
- <Background>#111111</Background>
- <Foreground>#FFFFFF</Foreground>
- <Opacity>0.75</Opacity>
- </TrayStyle>
- <TaskListStyle>
- <Font>FreeSans-12:bold</Font>
- <ActiveForeground>#FFFFFF</ActiveForeground>
- <ActiveBackground>#111111:#333333</ActiveBackground>
- <Foreground>#FFFFFF</Foreground>
- <Background>#333333:#111111</Background>
- </TaskListStyle>
- <PagerStyle>
- <Outline>#000000</Outline>
- <Text>#FFFFFF</Text>
- <Foreground>#444444</Foreground>
- <Background>#111111</Background>
- <ActiveForeground>#CC7700</ActiveForeground>
- <ActiveBackground>#884400</ActiveBackground>
- </PagerStyle>
- <MenuStyle>
- <Font>FreeSans-11</Font>
- <Foreground>#FFFFFF</Foreground>
- <Background>#333333</Background>
- <ActiveForeground>#FFFFFF</ActiveForeground>
- <ActiveBackground>#CC7700:#884400</ActiveBackground>
- <Opacity>0.85</Opacity>
- </MenuStyle>
- <PopupStyle>
- <Font>FreeSans-10</Font>
- <Outline>#000000</Outline>
- <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>
- /usr/share/icons/wm-icons/32x32-gant
- </IconPath>
- <!-- Virtual Desktops -->
- <!-- Desktop tags can be contained within Desktops for desktop names. -->
- <Desktops width="2" height="1">
- <!-- Default background. Note that a Background tag can be
- contained within a Desktop tag to give a specific background
- for that desktop.
- -->
- <Background type="image">$HOME/images/bg.jpg</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>
- </JWM>
|