diff options
author | uint23 <https://uint23.xyz/> | 2025-04-20 06:17:46 +0100 |
---|---|---|
committer | uint23 <https://uint23.xyz/> | 2025-04-20 06:17:46 +0100 |
commit | 0d9b4e630278bdd76e6c770be3501eccc81b4f83 (patch) | |
tree | 80bab966afb6d821ad041509e2329b3334dd6721 /README.md | |
parent | 3036894841fce9b73e6b34779eeabbe326e19302 (diff) |
edited chatgpt readme glowup :o
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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 --- |