From 4a3be03aaa182bc2896255c868ab9763e84a258d Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 13 Jul 2024 18:01:36 +0100 Subject: added new artical and fixed dumb mistake on dotfiles page --- public/Images/DWM/DWM.png | Bin 0 -> 1461873 bytes public/articles/2Dwm | 59 ++++++++++++++++++++++++++++++++++++++ public/index.html | 9 +++++- public/projects/programs/Dotfiles | 22 +------------- 4 files changed, 68 insertions(+), 22 deletions(-) create mode 100644 public/Images/DWM/DWM.png create mode 100644 public/articles/2Dwm (limited to 'public') diff --git a/public/Images/DWM/DWM.png b/public/Images/DWM/DWM.png new file mode 100644 index 0000000..21f1fd0 Binary files /dev/null and b/public/Images/DWM/DWM.png differ 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 @@ + + + + + + Shipwreckt + + + + + +
+
+

Shipwreckt

+
+ +
+
+
+

Switching to DWM

+

Date: 13/7/2024

+
+

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 Qtile to i3 to, well, Dwm 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 BSD, LFS, and Gentoo, 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.

+ +


Here is my DWM config on my PC

+ Linux rice + +

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!

+ +


That is all for this post thank you for reading, more posts to come!

+
+
+
+

Websites

+ + +
+
+
+ + + + diff --git a/public/index.html b/public/index.html index 4f43e65..70e707c 100644 --- a/public/index.html +++ b/public/index.html @@ -99,8 +99,15 @@