2022-01-23 00:09:44 +00:00
|
|
|
# dmenu
|
2022-02-19 23:27:05 +00:00
|
|
|
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)
|
2022-01-23 19:08:24 +00:00
|
|
|
|
|
|
|
# patches
|
2022-02-19 23:27:05 +00:00
|
|
|
- dmenu-mousesupport-5.1.diff
|
|
|
|
- dmenu-numbers-4.9.diff
|
2022-01-23 19:08:24 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
```
|
2022-02-19 23:35:11 +00:00
|
|
|
**Final step:** Add a colourscheme to `~/cols/dmenu.h`. This is where dmenu will read a colorscheme.<br>
|
2022-02-19 23:34:53 +00:00
|
|
|
This should be in the usual form dmenu would have a colourscheme in it's own source code, as `dmenu.h` is included at compile time.<br>
|
|
|
|
Alternatively, you could change the location of the colourscheme in `config.h`.
|