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
tiyn da58be345f
making tab and shift tab cycle suggestions
6 months ago
.gitignore added fuzzymatch patch to master 6 months ago
LICENSE adding base 4 years ago
Makefile adding base 4 years ago
PKGBUILD PKGBUILD update 4 years ago
README.md updated repository title in readme 6 months ago
arg.h adding base 4 years ago
config.def.h added fuzzymatch patch to master 6 months ago
config.mk added fuzzymatch patch 6 months ago
dmenu-border-4.9.diff patching border 4 years ago
dmenu-center-20200111-8cd37e1.diff patching center 4 years ago
dmenu-fuzzymatch-4.9.diff added fuzzymatch patch 6 months ago
dmenu-password-4.9.diff patching password 4 years ago
dmenu.1 password 4 years ago
dmenu.c making tab and shift tab cycle suggestions 6 months ago
dmenu_path adding base 4 years ago
dmenu_run adding base 4 years ago
drw.c enable color emojis 4 years ago
drw.h adding base 4 years ago
stest.1 adding base 4 years ago
stest.c adding base 4 years ago
util.c adding base 4 years ago
util.h adding base 4 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 (adds a border)
  • dmenu-center-20200111-8cd37e1.diff (adds option to center dmenu)
  • dmenu-fuzzymatch-4.9.diff (adds option to fuzzy matching)
  • dmenu-password-4.9.diff (adds option to hide input)

Installation

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

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