wok view jwm/stuff/slitaz.jwmrc @ rev 12020

Add node (0.6.12) - Node.js framwork (to run etherpad-lite on slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 14:17:35 2012 +0100 (2012-03-06)
parents
children 612c43caa4ec
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="26" onroot="123">
8 <Program icon="xterm.png" label="Terminal">terminal</Program>
10 <Menu icon="" label="Applications">
11 <Program icon="" label="Nano Text editor">terminal -e nano</Program>
12 <Program icon="" label="Retawq Web browser">terminal -e retawq</Program>
13 </Menu>
15 <Separator/>
16 <Restart label="Restart" icon="restart.png"/>
17 <Exit label="Exit" confirm="true" icon="exit.png"/>
18 </RootMenu>
20 <!-- Additional tray attributes: autohide, width, border, layer, layout -->
21 <Tray x="0" y="-1" height="26">
23 <!-- Additional TrayButton attribute: label -->
24 <TrayButton label="SliTaz">root:1</TrayButton>
26 <TrayButton label="_">showdesktop</TrayButton>
28 <!-- Additional Pager attributes; width, height -->
29 <Pager labeled="false"/>
31 <!-- Additional TaskList attribute: maxwidth -->
32 <TaskList maxwidth="256"/>
34 <Dock/>
36 <!-- Additional Swallow attribute: height -->
37 <!-- <Swallow name="xload" width="64">
38 xload -nolabel -bg black -fg red -hl white
39 </Swallow> -->
41 <Clock>xclock</Clock>
43 </Tray>
45 <!-- Visual Styles -->
47 <WindowStyle>
49 <Font>FreeSans-9:bold</Font>
50 <Width>4</Width>
51 <Height>24</Height>
53 <Active>
54 <Text>#cfcfcf</Text>
55 <!-- <Title>#351a0a:#72320e</Title> -->
56 <Title>#351a0a</Title>
57 <Outline>#351a0a</Outline>
58 <Opacity>1.0</Opacity>
59 </Active>
61 <Inactive>
62 <Text>#bbbbbb</Text>
63 <Title>#72320e</Title>
64 <Corner>#aaaaaa</Corner>
65 <Outline>#72320e</Outline>
66 </Inactive>
68 </WindowStyle>
70 <TaskListStyle>
71 <Font>FreeSans-11:bold</Font>
72 <ActiveForeground>black</ActiveForeground>
73 <ActiveBackground>gray80:gray90</ActiveBackground>
74 <Foreground>black</Foreground>
75 <Background>gray90:gray80</Background>
76 </TaskListStyle>
78 <!-- Additional TrayStyle attribute: insert -->
79 <TrayStyle>
80 <Font>FreeSans-11:bold</Font>
81 <Background>gray90</Background>
82 <Foreground>black</Foreground>
83 <Opacity>0.75</Opacity>
84 </TrayStyle>
86 <PagerStyle>
87 <Outline>black</Outline>
88 <Foreground>gray90</Foreground>
89 <Background>#808488</Background>
90 <ActiveForeground>#70849d</ActiveForeground>
91 <ActiveBackground>#2e3a67</ActiveBackground>
92 </PagerStyle>
94 <MenuStyle>
95 <Font>FreeSans-12:bold</Font>
96 <Foreground>black</Foreground>
97 <Background>gray90</Background>
98 <ActiveForeground>white</ActiveForeground>
99 <ActiveBackground>#70849d:#2e3a67</ActiveBackground>
100 <Opacity>0.85</Opacity>
101 </MenuStyle>
103 <PopupStyle>
104 <Font>FreeSans-10</Font>
105 <Outline>black</Outline>
106 <Foreground>black</Foreground>
107 <Background>yellow</Background>
108 </PopupStyle>
110 <IconPath>
111 $HOME/Images/Icons
112 </IconPath>
113 <IconPath>
114 /usr/share/pixmaps
115 </IconPath>
117 <!-- Virtual Desktops -->
118 <!-- Desktop tags can be contained within Desktops for desktop names. -->
119 <Desktops count="2">
121 <!-- Default background. Note that a Background tag can be
122 contained within a Desktop tag to give a specific background
123 for that desktop.
124 -->
125 <Background type="image">/usr/share/images/slitaz-background.jpg</Background>
127 </Desktops>
129 <!-- Startup and shutdown commands. -->
130 <StartupCommand></StartupCommand>
131 <ShutdownCommand>
132 killall Xorg; clear; sleep 2; clear; echo "JWM exit OK. Press ENTER to continue... "
133 </ShutdownCommand>
135 <!-- Double click speed (in milliseconds) -->
136 <DoubleClickSpeed>400</DoubleClickSpeed>
138 <!-- Double click delta (in pixels) -->
139 <DoubleClickDelta>2</DoubleClickDelta>
141 <!-- The focus model (sloppy or click) -->
142 <FocusModel>sloppy</FocusModel>
144 <!-- The snap mode (none, screen, or border) -->
145 <SnapMode distance="10">border</SnapMode>
147 <!-- The move mode (outline or opaque) -->
148 <MoveMode>opaque</MoveMode>
150 <!-- The resize mode (outline or opaque) -->
151 <ResizeMode>opaque</ResizeMode>
153 <!-- Key bindings -->
154 <Key key="Up">up</Key>
155 <Key key="Down">down</Key>
156 <Key key="Right">right</Key>
157 <Key key="Left">left</Key>
158 <Key key="h">left</Key>
159 <Key key="j">down</Key>
160 <Key key="k">up</Key>
161 <Key key="l">right</Key>
162 <Key key="Return">select</Key>
163 <Key key="Escape">escape</Key>
165 <Key mask="A" key="Tab">nextstacked</Key>
166 <Key mask="A" key="F4">close</Key>
167 <Key mask="A" key="#">desktop#</Key>
168 <Key mask="A" key="F1">root:1</Key>
169 <Key mask="A" key="F2">window</Key>
171 </JWM>