aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2ecd064..538d556 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# Tyler's build of dwm
-
-This is my personal fork of dwm. It's basically the same as [Luke Smith's dwm](https://github.com/LukeSmithxyz/dwm), just with different keybindings that fit me better and a few quality-of-life patches.
+# Luke's build of dwm
## FAQ
@@ -14,7 +12,7 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
## Patches and features
-- Clickable statusbar with my build of [dwmblocks](https://github.com/tyhoang/dwmblocks).
+- Clickable statusbar with my build of [dwmblocks](https://github.com/lukesmithxyz/dwmblocks).
- Reads xresources colors/variables (i.e. works with `pywal`, etc.).
- scratchpad: Accessible with mod+shift+enter.
- New layouts: bstack, fibonacci, deck, centered master and more. All bound to keys `super+(shift+)t/y/u/i`.
@@ -24,12 +22,11 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
- shiftview: Cycle through tags (`super+g/;`).
- vanitygaps: Gaps allowed across all layouts.
- swallow patch: if a program run from a terminal would make it inoperable, it temporarily takes its place to save space.
-- removeborder patch: if only one window is visible on a tag, remove the borders.
## Installation for newbs
```
-https://github.com/tyhoang/dwm.git
+git clone https://github.com/LukeSmithxyz/dwm
cd dwm
sudo make install
```