trissim / dmenu-key

dmenu fork with modified xresources patch to simplify pywal integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of dmenu by the suckless team with a modification
of the xresources patch by Michal Lemke, PRatik Bhusal and Nihal 
Jere to simplify the use of pywal colors.

Change the string values of xcol in config.h to chose which
xresource entry will be used for the colors.

There is also a new key mode that can be accessed with the -k flag.
Key mode allows you to create menus with pre-determined options that can be 
accessed with a single key press. To create a key menu, pipe in the options 
with the follow format -> key1:item_to_show1\nkey2:item_to_show2\n... and so on.

*Original REAMDME below*

dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.


Requirements
------------
In order to build dmenu you need the Xlib header files.


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

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

    make clean install


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

About

dmenu fork with modified xresources patch to simplify pywal integration

License:MIT License


Languages

Language:C 84.6%Language:Roff 9.4%Language:Makefile 4.8%Language:C++ 0.6%Language:Shell 0.6%