summaryrefslogtreecommitdiff
path: root/public/articles/2Dwm
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-13 18:01:36 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-13 18:01:36 +0100
commit4a3be03aaa182bc2896255c868ab9763e84a258d (patch)
tree182a0995fca600f3671bd2e421bb286feea0b23a /public/articles/2Dwm
parent432de4c3a1635f88dd19a8ee15aa1fbd8745cfd4 (diff)
added new artical and fixed dumb mistake on dotfiles page
Diffstat (limited to 'public/articles/2Dwm')
-rw-r--r--public/articles/2Dwm59
1 files changed, 59 insertions, 0 deletions
diff --git a/public/articles/2Dwm b/public/articles/2Dwm
new file mode 100644
index 0000000..1e0b392
--- /dev/null
+++ b/public/articles/2Dwm
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Shipwreckt</title>
+ <link rel="icon" href="../Images/misc/logo.jpg" type="image/x-icon">
+ <link rel="stylesheet" href="../styles.css">
+</head>
+<body>
+ <div class="sidebar">
+ <h2>Table of Contents</h2><hr>
+ <ul>
+ <li><a href="#article">Article</a></li>
+ <li><a href="#resources">Resources</a></li>
+ </ul>
+ </div>
+ <div class="content">
+ <header>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <hr style="width:50%;text-align:center;">
+ <nav>
+ <ul>
+ <li><a href="../index.html">Home</a></li>
+ <li><a href="../index.html#projects">Projects</a></li>
+ <li><a href="../index.html#Articles">Articles</a></li>
+ <li><a href="../index.html#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </header>
+ <main id="main-content">
+ <section id="article">
+ <h2>Switching to DWM</h2>
+ <h3>Date: 13/7/2024</h3>
+ <hr>
+ <p>It has been a little while since I have updated or added anything to the website, and this is due to the fact that I have been working on my configs, and so far I have them in such a way that I am happy with them. I have also been switching from <a href="https://qtile.org/">Qtile</a> to <a href="https://i3wm.org/">i3</a> to, well, <a href="https://dwm.suckless.org/">Dwm</a> now, which has been fun! The reason why I have switched to DWM is because it is written in C, and as my last article stated, I am currently learning C, so it's a win-win: I get a highly hackable window manager, and I get to learn more about C. I also just like how small it is in size because I have been considering doing a few projects in the future, that being, trying <a href="https://www.freebsd.org/">BSD</a>, <a href="https://www.linuxfromscratch.org/">LFS</a>, and <a href="https://www.gentoo.org/">Gentoo</a>, which DWM works on all of them; since two of them (LFS and Gentoo) require me to compile everything, this has not been the worst decision I have made.</p>
+
+ <p><br>Here is my DWM config on my PC</p>
+ <img src="../Images/DWM/DWM.png" alt="Linux rice" height="450px">
+
+ <p>So far, I would say DWM is the perfect window manager for me. I do not see myself going back to Qtile or I3 any time soon because DWM has literally everything I would ever need and more, thanks to the amazing patches I am set up with. I have found it quite easy to configure it; it did take a little bit of time to get used to, but the people at Suckless have made it very easy to configure. I don't think I will be adding much to DWM from now on because I have it how I want currently, so I am pretty happy!</p>
+
+ <p><br>That is all for this post thank you for reading, more posts to come!</p>
+ </section>
+ <main id="main-content">
+ <section id="resources">
+ <h3>Websites</h3>
+ <ul>
+ <li><a href="https://dwm.suckless.org/">suckless's DWM</a></li>
+ <li><a href="https://dwm.suckless.org/patches/">DWM patches</a></li>
+ </ul>
+
+ </section>
+ </main>
+ </div>
+ <script src="../script.js"></script>
+</body>
+</html>
+