My patched version of dmenu.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marten dc996ba476
Update README.md
1 month ago
LICENSE adding base 9 months ago
Makefile adding base 9 months ago
PKGBUILD PKGBUILD update 6 months ago
README.md Update README.md 1 month ago
arg.h adding base 9 months ago
config.def.h changing colors 7 months ago
config.h changing colors 7 months ago
config.mk adding base 9 months ago
dmenu-border-4.9.diff patching border 9 months ago
dmenu-center-20200111-8cd37e1.diff patching center 9 months ago
dmenu-password-4.9.diff patching password 9 months ago
dmenu.1 password 9 months ago
dmenu.c password 9 months ago
dmenu_path adding base 9 months ago
dmenu_run adding base 9 months ago
drw.c enable color emojis 9 months ago
drw.h adding base 9 months ago
stest.1 adding base 9 months ago
stest.c adding base 9 months ago
util.c adding base 9 months ago
util.h adding base 9 months ago

README.md

dmenu

This is my patched version of dmenu. The base version is directly from suckless.org.

Patches

The list below shows the currently applied patches to this build.

  • dmenu-border-4.9.diff
  • dmenu-center-20200111-8cd37e1.diff
  • dmenu-password-4.9.diff

Installation

To install this package you can run several commands.

AUR

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-git

Or you can clone it and run it by makepkg.

  • git clone https://aur.archlinux.org/dmenu-tiyn-git.git
  • makepkg -sirc

MAKE

The most basic way is to clone the repository and then invoke make.

  • git clone https://github.com/tiyn/dmenu
  • make clean install