diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2021-11-06 20:58:57 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2021-11-06 20:58:57 -0700 |
| commit | 397d3b11709bde1bfd74bfabdc41f207ea34bc96 (patch) | |
| tree | 288c3f4586f4ff30e5636841454b1e72d2045cc3 /README.md | |
| parent | 833075c1d819753412f80f984e3c48db69da158c (diff) | |
updated
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 ``` |
