jebaum / dmenu2

Dynamic menu extended - fork of https://bitbucket.org/melek/dmenu2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dmenu2 - dynamic menu extended
==============================

dmenu2 is the fork of original dmenu - an efficient dynamic menu for X, patched with XFT, quiet, x & y, token, fuzzy matching, follow focus, tab nav, filter.
Added option to set screen on which dmenu apperars, as long as opacity, window class and window name.
Also allows to dim screen with selected color and opacity while dmenu2 is running.
Added underline color and height. (options -uc and -uh)

Requirements
------------
In order to build dmenu2 you need the Xlib header files, libxinerama and libxft.

Installation
------------
Edit config.mk to match your local setup (dmenu2 is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install dmenu2
(if necessary as root):

    make clean install

Running dmenu2
-------------
See the man page for details.

About

Dynamic menu extended - fork of https://bitbucket.org/melek/dmenu2.

License:Other


Languages

Language:C 82.7%Language:Groff 13.4%Language:Makefile 2.5%Language:Shell 1.4%