23 lines
445 B
Markdown
23 lines
445 B
Markdown
# dmenu
|
|
My perfect build of suckless's dmenu. Designed for my build of dwm, [perfectwm](https://github.com/SpyHoodle/perfectwm).
|
|
|
|
![dmenu screenshot](https://file.coffee/u/4hxT5TKONwrZm0.png)
|
|
|
|
# patches
|
|
- dmenu-mousesupport-5.1.diff
|
|
- dmenu-numbers-4.9.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
|
|
```
|