dmenu/README.md
2022-01-23 19:10:29 +00:00

22 lines
393 B
Markdown

# dmenu
My perfect build of suckless's dmenu.<br>
Designed for my build of dwm, [perfectwm](https://github.com/SpyHoodle/perfectwm).
# patches
- dmenu-mousesupport-5.0.diff
- dmenu-xresources-alt-5.0.diff
# installation
Clone the git repository
```sh
git clone https://github.com/SpyHoodle/dmenu
```
Change directory to dmenu
```sh
cd dmenu
```
Make and install dmenu
```sh
make install
```