-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (232 loc) · 8.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>labwc</title>
<link rel="stylesheet" href="reveal.js/dist/reset.css">
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
<link rel="stylesheet" href="reveal.js/dist/theme/black.css">
<link rel="stylesheet" href="reveal.js/plugin/highlight/monokai.css">
<style>
body {
--color-bg: #0d1117;
--color-hl: #333;
--color-fg: #c9d1d9;
--color-link: #ffbce3;
--color-subtle: #555;
--color-yellow: #f0d70f;
--color-red: #d02f90;
--pal1: #262A85;
--pal2: #29488F;
--pal3: #285577;
--pal4: #297E8F;
--pal5: #26857B;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="#0d1117">
<img src="img/labwc3-with-text.png" width="199" height="61"/>
</section>
<section data-background="#0d1117" data-autoslide="3000">
<h3 style="color: var(--color-fg);">0.7.2</h3>
</section>
<section data-background="#0d1117" data-autoslide="3000">
<p style="color: var(--color-fg);">
<small>With thanks to the <a href="">wlroots</a> team</small>
</p>
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Desktop components running natively without window rules
pcmanfm-qt --desktop (2.0.0)
xfce4-panel (4.19.3)
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/100-intro.mkv"
data-autoslide="13000">
</section>
<!-- Status Report -->
<section data-background="#0d1117" data-autoslide="8000">
<h3 align="left">0.6.0...0.7.2</h3>
</p>
<ul align="left" style="font-size: 28px;">
<li>
18 months
</li>
<li>
Code base has more than doubled, from 10k lines to 21k in src/
</li>
<li>
938 new commits from 56 unique contributors
</li>
<li>
Ten contributors have submitted at least 10 patches
</li>
<li>
Core team has grown to half a dozen active maintainers
</li>
<li>
Many more contributors evaluate ideas, test patches and more
</li>
<li>
We've settled on a 10-week release cycle that includes a 3-week cool-down
</li>
</ul>
</section>
<!--
<section data-background="#0d1117" data-autoslide="4000">
<img src="img/graph.png">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<img src="img/Figure_1.png">
</section>
-->
<!-- NEW FEATURES -->
<section data-background="#0d1117" data-autoslide="3000">
<h3 style="color: var(--color-fg);">New Features</h3>
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>resistance.windowEdge: 20</code></pre>
</section>
<section data-background="#000000" data-background-video="video/200-win-edge-resistance.mkv"
data-autoslide="5500">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
//Attractive Snapping
resistance.windowEdge: -20
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/201-attractive-snapping.mkv"
data-autoslide="9000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
placement.policy: "automatic"
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/202-auto-placement.mkv"
data-autoslide="10000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
MoveToEdge action with snapWindows="true"
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/203-movetoedge-snapwindows.mkv"
data-autoslide="8500">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
Actions "GrowToEdge" and "ShrinkToEdge"
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/204-growshrinktoedge.mkv"
data-autoslide="8000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Rounded corners and window borders disappear on maximize
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/205-corners-square-on-max.mkv"
data-autoslide="6000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Titlebar supports xbm, png and svg icons
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/206-hover-icons.mkv"
data-autoslide="8000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
Action "ToggleDecorations"
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/207-toggle-deco.mkv"
data-autoslide="5000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
Action "ToggleShade"
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/208-toggle-shade.mkv"
data-autoslide="4000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Separate vertical and horizontal maximize
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/209-vert-horiz-maximize.mkv"
data-autoslide="7000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Snap overlay
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/210-snap-overlay.mkv"
data-autoslide="10000">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Input Method Editor (IME)
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/300-input-method.mp4"
data-autoslide="6800">
</section>
<section data-background="#0d1117" data-autoslide="4000">
<pre data-id="code-animation"><code class="hljs" data-trim>
// Openbox compliant pipemenus
</code></pre>
</section>
<section data-background="#000000" data-background-video="video/400-pipemenu.mkv"
data-autoslide="9300">
</section>
<section data-background="#0d1117" data-autoslide="8000">
<h3>Also...</h3>
</p>
<ul align="left" style="font-size: 28px;">
<li>Regions</li>
<li>Window Rules</li>
<li>Drop Shadows</li>
<li>Window Switcher Improvements</li>
</ul>
</section>
<!-- THE END - WITH A THANK YOU -->
<section data-background="#0d1117" data-autoslide="5000">
<h3>Thanks to all <a href="">contributors</a></h3>
<p>
The following music was used for this media project:<br />
Music (CC BY 4.0): City Rush (feat. Udio) by Sascha Ende
</p>
</section>
<section data-background="#0d1117">
</section>
</div>
</div>
<script src="reveal.js/dist/reveal.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script src="reveal.js/plugin/markdown/markdown.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script>
Reveal.initialize({
controls: false,
progress: false,
transition: 'fade',
autoSlideStoppable: false,
hash: true,
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>