From 397d3b11709bde1bfd74bfabdc41f207ea34bc96 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 6 Nov 2021 20:58:57 -0700 Subject: updated --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3-13-gbd6f