wok view jwm/stuff/simple.jwmrc @ rev 21959

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:33:31 2019 +0100 (2019-10-10)
parents
children
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="" label="XTerminal">
9 xterm -bg black -fg white
10 </Program>
12 <Menu icon="applications.png" label="Applications">
13 <Program icon="" label="Clex File manager">xterm -e clex</Program>
14 <Program icon="" label="Htop System monitor">
15 xterm -bg black -fg white -e htop
16 </Program>
17 <Program icon="" label="Nano Text editor">xterm -e nano</Program>
18 <Program icon="" label="Retawq Web browser">
19 xterm -bg black -fg white -e retawq
20 </Program>
21 </Menu>
23 <Separator/>
24 <Restart label="Restart" icon="restart.png"/>
25 <Exit label="Exit" confirm="true" icon="exit.png"/>
26 </RootMenu>
28 <!-- Additional tray attributes: autohide, width, border, layer, layout -->
29 <Tray x="0" y="-1" height="26">
31 <!-- Additional TrayButton attribute: label -->
32 <TrayButton label="SliTaz">root:1</TrayButton>
34 <TrayButton label="_">showdesktop</TrayButton>
36 <!-- Additional Pager attributes; width, height -->
37 <Pager/>
39 <!-- Additional TaskList attribute: maxwidth -->
40 <TaskList/>
42 <Dock/>
44 <!-- Additional Swallow attribute: height -->
45 <!-- <Swallow name="xload" width="64">
46 xload -nolabel -bg black -fg red -hl white
47 </Swallow> -->
49 <Clock>xclock</Clock>
51 </Tray>
53 <!-- Visual Styles -->
55 <WindowStyle>
57 <Font>FreeSans-9:bold</Font>
58 <Width>4</Width>
59 <Height>20</Height>
61 <Active>
62 <Text>white</Text>
63 <Title>#70849d:#2e3a67</Title>
64 <Corner>white</Corner>
65 <Outline>black</Outline>
66 </Active>
68 <Inactive>
69 <Text>#aaaaaa</Text>
70 <Title>#808488:#303438</Title>
71 <Corner>#aaaaaa</Corner>
72 <Outline>black</Outline>
73 </Inactive>
75 </WindowStyle>
77 <TaskListStyle>
78 <Font>FreeSans-11:bold</Font>
79 <ActiveForeground>black</ActiveForeground>
80 <ActiveBackground>gray90:gray70</ActiveBackground>
81 <Foreground>black</Foreground>
82 <Background>gray70:gray90</Background>
83 </TaskListStyle>
85 <!-- Additional TrayStyle attribute: insert -->
86 <TrayStyle>
87 <Font>FreeSans-11:bold</Font>
88 <Background>gray90</Background>
89 <Foreground>black</Foreground>
90 </TrayStyle>
92 <PagerStyle>
93 <Outline>black</Outline>
94 <Foreground>gray90</Foreground>
95 <Background>#808488</Background>
96 <ActiveForeground>#70849d</ActiveForeground>
97 <ActiveBackground>#2e3a67</ActiveBackground>
98 </PagerStyle>
100 <MenuStyle>
101 <Font>FreeSans-11:bold</Font>
102 <Foreground>black</Foreground>
103 <Background>gray90</Background>
104 <ActiveForeground>white</ActiveForeground>
105 <ActiveBackground>#70849d:#2e3a67</ActiveBackground>
106 </MenuStyle>
108 <PopupStyle>
109 <Font>FreeSans-10</Font>
110 <Outline>black</Outline>
111 <Foreground>black</Foreground>
112 <Background>yellow</Background>
113 </PopupStyle>
115 <IconPath>
116 $HOME/Images/Icons
117 </IconPath>
118 <IconPath>
119 /usr/share/pixmaps
120 </IconPath>
122 <!-- Virtual Desktops -->
123 <!-- Desktop tags can be contained within Desktops for desktop names. -->
124 <Desktops count="4">
126 <!-- Default background. Note that a Background tag can be
127 contained within a Desktop tag to give a specific background
128 for that desktop.
129 -->
130 <Background type="gradient">#BFB06B:#D6C885</Background>
132 </Desktops>
134 <!-- Startup and shutdown commands. -->
135 <StartupCommand></StartupCommand>
136 <ShutdownCommand>
137 killall Xvesa; clear; sleep 2; clear; echo "JWM exit OK. Press ENTER to continue... "
138 </ShutdownCommand>
140 <!-- Double click speed (in milliseconds) -->
141 <DoubleClickSpeed>400</DoubleClickSpeed>
143 <!-- Double click delta (in pixels) -->
144 <DoubleClickDelta>2</DoubleClickDelta>
146 <!-- The focus model (sloppy or click) -->
147 <FocusModel>sloppy</FocusModel>
149 <!-- The snap mode (none, screen, or border) -->
150 <SnapMode distance="10">border</SnapMode>
152 <!-- The move mode (outline or opaque) -->
153 <MoveMode>opaque</MoveMode>
155 <!-- The resize mode (outline or opaque) -->
156 <ResizeMode>opaque</ResizeMode>
158 <!-- Key bindings -->
159 <Key key="Up">up</Key>
160 <Key key="Down">down</Key>
161 <Key key="Right">right</Key>
162 <Key key="Left">left</Key>
163 <Key key="h">left</Key>
164 <Key key="j">down</Key>
165 <Key key="k">up</Key>
166 <Key key="l">right</Key>
167 <Key key="Return">select</Key>
168 <Key key="Escape">escape</Key>
170 <Key mask="A" key="Tab">nextstacked</Key>
171 <Key mask="A" key="F4">close</Key>
172 <Key mask="A" key="#">desktop#</Key>
173 <Key mask="A" key="F1">root:1</Key>
174 <Key mask="A" key="F2">window</Key>
176 </JWM>