blob: 1601b4c15a3c7cd55bdc9b90d4766135ec292fcf (
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
|
<!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>New builds of dwm and st</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>New builds of dwm, dmenu, and st</h2>
<h3>2025-05-21</h3>
<h4>new builds with patches</h4>
<p>I've updated my builds of dwm, dmenu, and st, available on my <a href="https://git.wittamore.fr">git server</a></p>
<p>Although I've compiled St, Kitty and Ghostty are my favorite terminal emulators. St has many patches, but not all of them work together. St is meant to be a bare bones -suckless- terminal emulator.</p>
<p>The DWM build has the xrdb, rotatestack, adjacenttag, center, statuscmd and swallow patches.</p>
<p>I was using slstatus with time and battery indications, but dwmblocks-async adds bit of flair.</p>
<p>Dmenu has the xresources and center patches.</p>
</article>
</main>
<footer>
<p> </p>
<p>§</p>
</footer>
</body>
</html>
|