blob: 1637f7cde69765cc72ac7fa4e3d99532e1e76f8b (
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
49
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>upgrade to dwm 6.8</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>upgrade to dwm 6.8</h2>
<h3>2026-06-29</h3>
<h4>dwm with some patches</h4>
<p>
I've been using dwm 6.5 for a while now, so I thought it was about
time I upgraded to dwm 6.8.
</p>
<p>
Ideally I'd settle for a horizontal scrolling wm as my Thinkpad screen
is small, but after flirting with nwm I'm staying with dwm for now.
</p>
<p>
I've added a few patches and shortcuts that make it easy for me to
circulate between windows and workspaces. I haven't added the xrdb
patch this time, instead I added the colorbar patch which nicely
colours the dwmblocks status bar and keeps things simple. Many of the
tiling patches I added to 6.5 have been left out as I just don't use
them. On a small 1366x768 screen splitting it renders it useless so
instead I use the monocle layout by default and switch workspaces with
super+right and left, and switch windows with super+up and down.
</p>
<p>
<a href="https://git.wittamore.fr/dwm-6.8-patched/tree"
>It's up on my git server if you are interested.</a
>
</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|