diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-16 19:48:04 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-16 19:48:04 +0530 |
commit | 2eb9f9711e740863f30f9bd030dc573572d77b16 (patch) | |
tree | f9e194f1d51bdebcc5e558abf26a6db307517239 | |
parent | cda86d8f31dd360d3808793532f7b411d3b00409 (diff) | |
download | dwm-2eb9f9711e740863f30f9bd030dc573572d77b16.tar.gz dwm-2eb9f9711e740863f30f9bd030dc573572d77b16.tar.bz2 dwm-2eb9f9711e740863f30f9bd030dc573572d77b16.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,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://github.com/lukesmithxyz/dwmblocks). +- [Clickable statusbar](https://dwm.suckless.org/patches/statuscmd/) with my build of [dwmblocks](https://github.com/xgenos/dwmblocks). - Reads [xresources](https://dwm.suckless.org/patches/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`. @@ -25,7 +25,7 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol. ## Installation for newbs ``` -git clone https://github.com/LukeSmithxyz/dwm +git clone https://github.com/xgenos/dwm cd dwm sudo make install ``` |