blob: fb1b0a59607bcd51b78bc239114088b3128e404a (
plain)
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
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Window maker 0.96</h2>
<h3>06-11-2023</h3>
<img src="/images/windowmaker096.png">
<p>
Windowmaker has had it's first update since 2000, so I had to try it out.
</p>
<p>
Windowmaker was written in 1997. For me it's a blast from the past as I
used to run it in a commercial setting, dual booting with windows 3.11 and
running Applixware 4.41 with custom software I wrote for labeling luxury
goods.
</p>
<p>
I chose Windowmaker as it was easy for my collegues to select an app with
a nice big button.
</p>
<p>
After using FVWM, it was easy to set up in comparaison and a unique
paradigm straight from Steve Job's Nextstep. I loved it.
</p>
<p>
Nowdays I use mainly the Xfce4 environment, but it's nice to have
something else to play with. I've used Tiling window managers such as i3
but they just don't work for me.
</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|