summaryrefslogtreecommitdiff
path: root/dwm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/README.md')
-rw-r--r--dwm/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/dwm/README.md b/dwm/README.md
index 1c15d73..52dcb5c 100644
--- a/dwm/README.md
+++ b/dwm/README.md
@@ -6,7 +6,7 @@
This is suckless, mmmbud, the source code is the documentation! Check out [config.h](config.h).
-Okay, okay, actually I keep a readme in `larbs.mom` for my whole system, including the binds here.
+Okay, okay, actually I keep a readme in `thesiah.mom` for my whole system, including the binds here.
Press <kbd>super+F1</kbd> to view it in dwm (zathura is required for that binding).
I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
@@ -24,12 +24,11 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
- [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/): Gaps allowed across all layouts.
- [swallow patch](https://dwm.suckless.org/patches/swallow/): if a program run from a terminal would make it inoperable, it temporarily takes its place to save space.
-
## Installation for newbs
```bash
-git clone https://github.com/LukeSmithxyz/dwm.git
-cd dwm
+git clone https://github.com/TheSiahxyz/suckless.git
+cd suckless/dwm
sudo make install
```