diff options
Diffstat (limited to 'articles/2026/upgrade-to-dwm-6.8.html')
| -rw-r--r-- | articles/2026/upgrade-to-dwm-6.8.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/articles/2026/upgrade-to-dwm-6.8.html b/articles/2026/upgrade-to-dwm-6.8.html new file mode 100644 index 0000000..1637f7c --- /dev/null +++ b/articles/2026/upgrade-to-dwm-6.8.html @@ -0,0 +1,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> |
