2022-01-23 00:09:44 +00:00
|
|
|
# dmenu
|
|
|
|
My perfect build of suckless's dmenu
|
2022-01-23 19:08:24 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
```
|