diff options
| author | Fuwn <[email protected]> | 2023-12-21 15:58:18 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-21 15:58:18 -0800 |
| commit | 2d09e0fd5fa6e87acca9e54a17178a1bc1e84f6b (patch) | |
| tree | 5efbc80e18ed9a990d590b3d9501f147c1c9cb8f /README.md | |
| parent | feat(config.h): match gaps (diff) | |
| download | seiwm-2d09e0fd5fa6e87acca9e54a17178a1bc1e84f6b.tar.xz seiwm-2d09e0fd5fa6e87acca9e54a17178a1bc1e84f6b.zip | |
docs(readme): update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -1,18 +1,8 @@ -# Luke's build of dwm - -## FAQ - -> What are the bindings? - -This is suckless, mmmbud, the source code is the documentation! Check out [config.h](config.h). - -Okay, okay, actually I keep a readme in `larbs.mom` for my whole system, including the binds here. -Press <kbd>super+F1</kbd> to view it in dwm (zathura is required for that binding). -I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol. +# 🪄 A fixed, patched, and modified window manager from a dwm base ## 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 Luke Smith's build of [dwmblocks](https://github.com/lukesmithxyz/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>. @@ -24,12 +14,11 @@ I haven't kept `man dwm`/`dwm.1` updated though. PRs welcome on that, lol. - [vanitygaps](https://dwm.suckless.org/patches/vanitygaps/): Gaps allowed across all layouts. - [swallow patch](https://dwm.suckless.org/patches/swallow/): if a program run from a terminal would make it inoperable, it temporarily takes its place to save space. - -## Installation for newbs +## Installation ```bash -git clone https://github.com/LukeSmithxyz/dwm.git -cd dwm +git clone https://github.com/Fuwn/seiwm.git +cd seiwm sudo make install ``` |