diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /articles/2025/dwm-windowmanager-1.html | |
update
Diffstat (limited to 'articles/2025/dwm-windowmanager-1.html')
| -rwxr-xr-x | articles/2025/dwm-windowmanager-1.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/articles/2025/dwm-windowmanager-1.html b/articles/2025/dwm-windowmanager-1.html new file mode 100755 index 0000000..5b19d06 --- /dev/null +++ b/articles/2025/dwm-windowmanager-1.html @@ -0,0 +1,46 @@ +<!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>test</title> + </head> + <body> + <header> + <h1>Bloggings</h1> + <a href="/index.php">Back</a> + + </header> + +<main> +<article> +<h2>DWM Window manager [1]</h2> +<h3>2025-04-21</h3> +<h4>Suckless window manager</h4> +<p><a href="https://www.suckless.org" target="_blank">Suckless web site</a></p> +<p>It struck me that using DWM with Monocle layout would be just what I've been looking for on my X220</p> +<p>I cloned the st, dmenu, and dwm from suckless.org and followed the instructions to compile them.</p> +<p>Right now I have Xfce4 installed, so to try out DWM I've added an entry to select it in lightdm</p> +<p><b>sudo micro /usr/share/xsessions/dwm.desktop</b></p> +<code>[Desktop Entry] +Encoding=UTF-8 +Name=dwm +Comment=Dynamic window manager +Exec=dwm +Icon=dwm +Type=XSession +</code> +<p>In dwm's config.h I set the monocle layout as default and recompiled dwm.</p> +<p>At first glance this looks much better than the i3 window manager, small, neat and fast.</p> +<p>More to come...</p> +</article> +</main> +<footer> + +<p> </p> + +<p>ยง</p> + </footer> +</body> +</html> |
