diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-24 19:33:57 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-24 19:33:57 +0200 |
| commit | 02e5f44491bf736ab8c462832c34ca890eb124fc (patch) | |
| tree | 41d360321ef15078fa2fc60d96bd1d5fc6bffce2 /content/pages | |
| parent | db2f121912497bf67513ea1a42894f2c76ed4f88 (diff) | |
| download | mitjafelicijan.com-02e5f44491bf736ab8c462832c34ca890eb124fc.tar.gz | |
Added Clutch to the projects page
Diffstat (limited to 'content/pages')
| -rw-r--r-- | content/pages/projects.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md index 96d11d3..5540b53 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md | |||
| @@ -8,6 +8,7 @@ draft: false | |||
| 8 | 8 | ||
| 9 | - [Simple snapshot manager](#simple-snapshot-manager) | 9 | - [Simple snapshot manager](#simple-snapshot-manager) |
| 10 | - [Just build me a fucking page](#just-build-me-a-fucking-page) | 10 | - [Just build me a fucking page](#just-build-me-a-fucking-page) |
| 11 | - [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) | ||
| 11 | 12 | ||
| 12 | While most of my projects are hosted on | 13 | While most of my projects are hosted on |
| 13 | [GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to | 14 | [GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to |
| @@ -24,6 +25,16 @@ Simple snapshot utility that uses TAR to compress current directory into a | |||
| 24 | - First release. | 25 | - First release. |
| 25 | - Able to tag and create tar snapshots. | 26 | - Able to tag and create tar snapshots. |
| 26 | 27 | ||
| 28 | ## Clutch, nested X11 dwm sessions | ||
| 29 | |||
| 30 | Clutch allows you to run nested dwm session inside your existing X or Wayland | ||
| 31 | session. This comes in handy when you already have a desktop environment | ||
| 32 | running (like Gnome) but you want to have a tiling window manager as well. | ||
| 33 | [GitHub repository](https://github.com/mitjafelicijan/clutch). | ||
| 34 | |||
| 35 | - Version 0.1 / 2024-07-19 ([clutch-v0.1.tar](/snapshots/clutch-v0.1.tar)) | ||
| 36 | - First release. | ||
| 37 | |||
| 27 | ## Just build me a fucking page | 38 | ## Just build me a fucking page |
| 28 | 39 | ||
| 29 | A simple static site generator that is semi compatible with | 40 | A simple static site generator that is semi compatible with |
