From 0d9b4e630278bdd76e6c770be3501eccc81b4f83 Mon Sep 17 00:00:00 2001 From: uint23 Date: Sun, 20 Apr 2025 06:17:46 +0100 Subject: edited chatgpt readme glowup :o --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a2d14ee..453958d 100644 --- a/README.md +++ b/README.md @@ -90,14 +90,14 @@ static const Binding binds[] = --- -## 📦 Dependencies +## Dependencies - `libX11` (Xorg client library) - GCC / Clang & Make --- -## 🧰 Makefile Targets +## Makefile Targets Below are the available `make` targets for streamlining common tasks: @@ -116,12 +116,12 @@ Below are the available `make` targets for streamlining common tasks: --- -## 🚀 Installation +## Installation 1. **Clone repository** ```bash - git clone https://github.com/username/sxwm.git + git clone https://github.com/uint23/sxwm.git cd sxwm ``` @@ -131,10 +131,10 @@ Below are the available `make` targets for streamlining common tasks: make ``` -3. **Install** (optional) +3. **Install** ```bash - sudo make install PREFIX=/usr/local + sudo make clean-install ``` 4. **Run** @@ -146,13 +146,12 @@ Below are the available `make` targets for streamlining common tasks: --- -## 🙏 Thanks & Inspiration +## Thanks & Inspiration -- [dwm](https://dwm.suckless.org) -- [i3](https://i3wm.org) -- [sowm](https://github.com/dylanaraps/sowm) -- [2bwm](https://github.com/venam/2bwm) -- [tinywm](http://incise.org/tinywm.html) +- [dwm](https://dwm.suckless.org) - Tiling & source code +- [i3](https://i3wm.org) - Making configuring easy +- [sowm](https://github.com/dylanaraps/sowm) - README inspo :) +- [tinywm](http://incise.org/tinywm.html) - idk, just cool to see how a wm works --- -- cgit v1.2.3