dbro / dmenu-db

fork of dmenu (dynamic menu) with patches and tweaks. based on version 4.2.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmenu-db

This version of dmenu is a fork of the official version 4.2.1. It adds ...

  • support for xft fonts (eg. Inconsolata )
  • multiple token search, ie typing "ong nam" will match items with names like "xyz123abc456ThisIsAVeryLongFileNameThatIsDifficultToType"
  • a few miscellaneous changes under the hood to make the code tidier

To use an xft font, use the normal "-fn FontName" option, and supply a valid xft font name, eg. "Inconsolata-15". This command also recognizes the names of regular x fonts and font sets, eg. "fixed".

These enhancements make dmenu suitable for use as an instant-search navigator in the command line music player interface called muss

Dan Brown, 2010

About

fork of dmenu (dynamic menu) with patches and tweaks. based on version 4.2.1

License:MIT License


Languages

Language:C 82.3%Language:Roff 9.2%Language:Makefile 8.3%Language:Shell 0.2%