|
|
1 month ago | |
|---|---|---|
| LICENSE | 9 months ago | |
| Makefile | 9 months ago | |
| PKGBUILD | 6 months ago | |
| README.md | 1 month ago | |
| arg.h | 9 months ago | |
| config.def.h | 7 months ago | |
| config.h | 7 months ago | |
| config.mk | 9 months ago | |
| dmenu-border-4.9.diff | 9 months ago | |
| dmenu-center-20200111-8cd37e1.diff | 9 months ago | |
| dmenu-password-4.9.diff | 9 months ago | |
| dmenu.1 | 9 months ago | |
| dmenu.c | 9 months ago | |
| dmenu_path | 9 months ago | |
| dmenu_run | 9 months ago | |
| drw.c | 9 months ago | |
| drw.h | 9 months ago | |
| stest.1 | 9 months ago | |
| stest.c | 9 months ago | |
| util.c | 9 months ago | |
| util.h | 9 months ago | |
This is my patched version of dmenu. The base version is directly from suckless.org.
The list below shows the currently applied patches to this build.
To install this package you can run several commands.
If you're on Arch you can use the Arch User Repository. For simplicity you can use a AUR-helper such as yay.
yay -S dmenu-tiyn-gitOr you can clone it and run it by makepkg.
git clone https://aur.archlinux.org/dmenu-tiyn-git.gitmakepkg -sircThe most basic way is to clone the repository and then invoke make.
git clone https://github.com/tiyn/dmenumake clean install