jadecell / dmenu

My fork of the suckless run launcher dmenu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My fork of dmenu from suckless

Requirements

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

Installation

make
sudo make install

Running dmenu

To run dmenu, run:

dmenu_run [options]

Options

Option Description Value type
b appears on the bottom None
f grabs the keyboard befre reading stdin None
s matches menu items case sensitively None
n instantly selects if only one match None
l long listing format Int
h uses a menu line of at least 'height' pixels tall Int
m select which monitor dmenu appears on (starts at 0) Int
p prompt name Str
fn font used Str
nb normal background color Str
nf normal foreground color Str
sb selected background color Str
sf selected foreground color Str
v prints version number None
w embed into windowid Int
P Password input field by turning input into periods None

About

My fork of the suckless run launcher dmenu.

License:MIT License


Languages

Language:C 84.1%Language:Roff 10.2%Language:Makefile 5.1%Language:Shell 0.6%