My perfect build of suckless's dmenu.
patches | ||
themes | ||
.gitignore | ||
arg.h | ||
config.def.h | ||
config.h | ||
config.mk | ||
default.nix | ||
dmenu_path | ||
dmenu_run | ||
dmenu.1 | ||
dmenu.c | ||
drw.c | ||
drw.h | ||
LICENSE | ||
Makefile | ||
README.md | ||
stest.1 | ||
stest.c | ||
util.c | ||
util.h |
dmenu
My perfect build of suckless's dmenu. Designed for my build of dwm, perfectwm.
patches
- dmenu-mousesupport-5.1.diff
- dmenu-numbers-4.9.diff
installation
Clone the git repository
git clone https://github.com/SpyHoodle/dmenu
Change directory to dmenu
cd dmenu
Make and install dmenu
make install
Final step: Add a colourscheme to ~/.config/cols/dmenu.h
. This is where dmenu will read a colorscheme.
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.
Alternatively, you could change the location of the colourscheme in config.h
.