flavors view jwm/rootfs/etc/xdg/jwm/system.jwmrc @ rev 191

jwm: have a small browser! + misc improvments
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 10:32:48 2014 +0100 (2014-01-03)
parents
children fa872d70fda5
line source
1 <?xml version="1.0"?>
3 <JWM>
5 <!-- The root menu, if this is undefined you will not get a menu. -->
6 <!-- Additional RootMenu attributes: onroot, labeled, label -->
7 <RootMenu height="24" onroot="12">
8 <Menu icon="applications-system.png" label="System Tools">
9 <Program icon="applications-other.png" label="Xload Monitor">
10 xload -nolabel -bg black -fg grey -hl orange
11 </Program>
12 <Program icon="utilities-system-monitor.png" label="Top Monitor">
13 terminal -e top
14 </Program>
15 </Menu>
16 <Menu icon="applications-internet.png" label="Network">
17 <Program icon="internet-web-browser.png" label="Dillo Web browser">
18 dillo
19 </Program>
20 <Program icon="xterm.png" label="Scan loclhost ports">
21 terminal -e "(pscan localhost; read i)"
22 </Program>
23 </Menu>
24 <Program icon="tazpkg.png" label="Packages manager">terminal -e tazpkg shell</Program>
25 <Program icon="text-editor.png" label="Nano Text editor">terminal -e nano</Program>
26 <Program icon="xterm.png" label="Terminal">terminal</Program>
27 </RootMenu>
29 <RootMenu height="24" onroot="3">
30 <Program icon="system-shut-down.png" label="Shut down system">reboot</Program>
31 <Program icon="system-restart.png" label="Reboot system">reboot</Program>
32 <Exit label="Exit JWM" confirm="true" icon="system-suspend.png"/>
33 <Restart label="Restart JWM" icon="system-restart.png"/>
34 </RootMenu>
36 <!-- Additional tray attributes: autohide, width, border, layer, layout -->
37 <Tray x="0" y="-1" height="26">
39 <!-- Additional TrayButton attribute: label -->
40 <TrayButton label="Application">root:1</TrayButton>
41 <TrayButton label="System">root:3</TrayButton>
43 <!-- <TrayButton label="_">showdesktop</TrayButton> -->
45 <!-- Additional Pager attributes; width, height -->
46 <Pager labeled="false" />
48 <!-- Additional TaskList attribute: maxwidth -->
49 <TaskList maxwidth="250"/>
51 <Dock />
53 <!-- Additional Swallow attribute: height -->
54 <Swallow name="xload" width="40">
55 xload -nolabel -bg black -fg grey -hl orange
56 </Swallow>
58 <Clock>xclock</Clock>
60 </Tray>
62 <!-- Visual Styles -->
64 <WindowStyle>
66 <Font>FreeSans-9:bold</Font>
67 <Width>4</Width>
68 <Height>26</Height>
70 <Active>
71 <Text>#cfcfcf</Text>
72 <!-- <Title>#351a0a:#72320e</Title> -->
73 <Title>#351a0a</Title>
74 <Outline>#351a0a</Outline>
75 <Opacity>1.0</Opacity>
76 </Active>
78 <Inactive>
79 <Text>#bbbbbb</Text>
80 <Title>#72320e</Title>
81 <Corner>#aaaaaa</Corner>
82 <Outline>#72320e</Outline>
83 </Inactive>
85 </WindowStyle>
87 <TaskListStyle>
88 <Font>FreeSans-9:bold</Font>
89 <ActiveForeground>black</ActiveForeground>
90 <ActiveBackground>gray80:gray90</ActiveBackground>
91 <Foreground>black</Foreground>
92 <Background>gray90:gray80</Background>
93 </TaskListStyle>
95 <!-- Additional TrayStyle attribute: insert -->
96 <TrayStyle>
97 <Font>FreeSans-11:bold</Font>
98 <Background>#f9f7f3</Background>
99 <Foreground>black</Foreground>
100 <Opacity>0.75</Opacity>
101 </TrayStyle>
103 <PagerStyle>
104 <Outline>black</Outline>
105 <Foreground>gray90</Foreground>
106 <Background>#666666</Background>
107 <ActiveForeground>#70849d</ActiveForeground>
108 <ActiveBackground>#2e3a67</ActiveBackground>
109 </PagerStyle>
111 <MenuStyle>
112 <Font>FreeSans-10:bold</Font>
113 <Foreground>black</Foreground>
114 <Background>#f9f7f3</Background>
115 <ActiveForeground>white</ActiveForeground>
116 <ActiveBackground>#7A6753:#443b31</ActiveBackground>
117 <Opacity>0.85</Opacity>
118 </MenuStyle>
120 <PopupStyle>
121 <Font>FreeSans-16</Font>
122 <Outline>#dddddd</Outline>
123 <Foreground>black</Foreground>
124 <Background>#f9f7f3</Background>
125 </PopupStyle>
127 <IconPath>$HOME/.icons</IconPath>
128 <IconPath>/usr/share/pixmaps</IconPath>
129 <IconPath>/usr/share/icons/SliTaz/apps/22</IconPath>
130 <IconPath>/usr/share/icons/SliTaz/categories/22</IconPath>
132 <!-- Virtual Desktops -->
133 <!-- Desktop tags can be contained within Desktops for desktop names. -->
134 <Desktops count="2">
136 <!-- Default background. Note that a Background tag can be
137 contained within a Desktop tag to give a specific background
138 for that desktop.
139 -->
140 <Background type="image">/usr/share/images/slitaz-background.jpg</Background>
142 </Desktops>
144 <!-- Startup and shutdown commands. -->
145 <StartupCommand></StartupCommand>
146 <ShutdownCommand></ShutdownCommand>
148 <!-- Double click speed (in milliseconds) -->
149 <DoubleClickSpeed>400</DoubleClickSpeed>
151 <!-- Double click delta (in pixels) -->
152 <DoubleClickDelta>2</DoubleClickDelta>
154 <!-- The focus model (sloppy or click) -->
155 <FocusModel>sloppy</FocusModel>
157 <!-- The snap mode (none, screen, or border) -->
158 <SnapMode distance="10">border</SnapMode>
160 <!-- The move mode (outline or opaque) -->
161 <MoveMode>opaque</MoveMode>
163 <!-- The resize mode (outline or opaque) -->
164 <ResizeMode>opaque</ResizeMode>
166 <!-- Key bindings -->
167 <Key key="Up">up</Key>
168 <Key key="Down">down</Key>
169 <Key key="Right">right</Key>
170 <Key key="Left">left</Key>
171 <Key key="h">left</Key>
172 <Key key="j">down</Key>
173 <Key key="k">up</Key>
174 <Key key="l">right</Key>
175 <Key key="Return">select</Key>
176 <Key key="Escape">escape</Key>
178 <Key mask="A" key="Tab">nextstacked</Key>
179 <Key mask="A" key="F4">close</Key>
180 <Key mask="A" key="#">desktop#</Key>
181 <Key mask="A" key="F1">root:1</Key>
182 <Key mask="A" key="F2">window</Key>
184 </JWM>