My build of dmenu from suckless.org.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Immanuel Onyeka e48549954f Removed .o files 3 yıl önce
.pc Added centered patch 3 yıl önce
.gitignore Removed .o files 3 yıl önce
LICENSE Initial commit from 5.0 3 yıl önce
Makefile Initial commit from 5.0 3 yıl önce
README Initial commit from 5.0 3 yıl önce
arg.h Initial commit from 5.0 3 yıl önce
config.def.h Added centered patch 3 yıl önce
config.h Added centered patch 3 yıl önce
config.mk Initial commit from 5.0 3 yıl önce
dmenu Added centered patch 3 yıl önce
dmenu.1 Added centered patch 3 yıl önce
dmenu.c Added centered patch 3 yıl önce
dmenu.c.orig Added centered patch 3 yıl önce
dmenu_path Initial commit from 5.0 3 yıl önce
dmenu_run Initial commit from 5.0 3 yıl önce
drw.c Initial commit from 5.0 3 yıl önce
drw.h Initial commit from 5.0 3 yıl önce
stest Added centered patch 3 yıl önce
stest.1 Initial commit from 5.0 3 yıl önce
stest.c Initial commit from 5.0 3 yıl önce
util.c Initial commit from 5.0 3 yıl önce
util.h Initial commit from 5.0 3 yıl önce

README

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.