about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2023-03-29 17:32:24 -0400
committer2023-03-29 17:32:24 -0400
commit0610dd7235f9be9509f682cf7efe799a86f42a02 (patch)
tree58a0cdee88f5cf97b5b5f2d2c5c46dcf96b4af60
parent1141a53a14f441a447d390f0a77af7275d3ba22c (diff)
downloaddwm-0610dd7235f9be9509f682cf7efe799a86f42a02.tar.gz
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be40502..03c684a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
 
 ## Patches and features
 
-- [Clickable statusbar](https://dwm.suckless.org/patches/statuscmd/) with my build of [dwmblocks](https://git.kusoneko.moe/Kusoneko/dwmblocks).
+- [Clickable statusbar](https://dwm.suckless.org/patches/statuscmd/) with my build of [dwmblocks](https://git.kusoneko.moe/dwmblocks).
 - Reads [xresources](https://dwm.suckless.org/patches/xresources/) colors/variables (i.e. works with `pywal`, etc.).
 - scratchpad: Accessible with <kbd>mod+shift+enter</kbd>.
 - New layouts: bstack, fibonacci, deck, centered master and more. All bound to keys <kbd>super+(shift+)t/y/u/i</kbd>.
@@ -28,7 +28,7 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol.
 ## Installation for newbs
 
 ```bash
-git clone https://git.kusoneko.moe/Kusoneko/dwm
+git clone https://git.kusoneko.moe/dwm
 cd dwm
 sudo make install
 ```