From f7d3a6fc64ec1f54e8e85fe121367746d5777a0d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 31 May 2025 18:14:59 -0500 Subject: [PATCH] fix: add links --- src/content/posts/meditations/suck-less-or-suck-more.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/posts/meditations/suck-less-or-suck-more.mdx b/src/content/posts/meditations/suck-less-or-suck-more.mdx index a9b437b..33e1b70 100644 --- a/src/content/posts/meditations/suck-less-or-suck-more.mdx +++ b/src/content/posts/meditations/suck-less-or-suck-more.mdx @@ -3,7 +3,7 @@ title: "suck less or suck more" date: "30/05/2025" --- -I love [suckless software](https://suckless.org/) and the suckless philosophy. I've been using [dwm](), [st](), [dmenu](), and [slock]() for years. You can see my code [here](https://git.barrettruth.com). +I love [suckless software](https://suckless.org/) and the suckless philosophy. I've been using [dwm](https://dwm.suckless.org/), [st](https://st.suckless.org/), [dmenu](https://dwm.suckless.org/), and [slock](https://tools.suckless.org/slock/) for years. You can see my code [here](https://git.barrettruth.com). Simplicity is always better and I love being able to understand why things are happening. It's fun, it's quirky, it's cool.