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.
 
 
 
 
Go to file
TiynGER c59c4ee049
update readme
4 years ago
LICENSE adding base 5 years ago
Makefile adding base 5 years ago
PKGBUILD adding pkgbuild 4 years ago
README.md update readme 4 years ago
arg.h adding base 5 years ago
config.def.h new color 5 years ago
config.h fixing conflict 5 years ago
config.mk adding base 5 years ago
dmenu-border-4.9.diff patching border 5 years ago
dmenu-center-20200111-8cd37e1.diff patching center 5 years ago
dmenu-password-4.9.diff patching password 5 years ago
dmenu.1 password 5 years ago
dmenu.1.rej patching password 5 years ago
dmenu.c password 5 years ago
dmenu.c.orig patching border 5 years ago
dmenu_path adding base 5 years ago
dmenu_run adding base 5 years ago
drw.c enable color emojis 5 years ago
drw.h adding base 5 years ago
stest.1 adding base 5 years ago
stest.c adding base 5 years ago
util.c adding base 5 years ago
util.h adding base 5 years ago

README.md

dmenu

This is my patched version of dmenu. The base version is directly from suckless.org. This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation.

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 with helper

If youre 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