My dmenu build
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.
 
 
 
 
 
 
Hiltjo Posthuma a280bdad1f die() on calloc failure 7 yıl önce
LICENSE Use libdraw: add Xft and fallback-fonts support to graphics lib 9 yıl önce
Makefile Makefile: package config.def.h on make dist 8 yıl önce
README removed libdc dependence 13 yıl önce
arg.h arg.h: fixed argv checks order 8 yıl önce
config.def.h config.def.h: style improvement, use color Scheme enum 8 yıl önce
config.mk Shut up glibc about _BSD_SOURCE being deprecated 8 yıl önce
dmenu.1 add embedding support with -w option 7 yıl önce
dmenu.c add embedding support with -w option 7 yıl önce
dmenu_path dmenu_run: Split cache logic to dmenu_path again 12 yıl önce
dmenu_run dmenu_run: Split cache logic to dmenu_path again 12 yıl önce
drw.c die() consistency: always add newline 7 yıl önce
drw.h import new drw from libsl and minor fixes. 8 yıl önce
stest.1 applied Martin Kühl's inverse matching flag to stest 10 yıl önce
stest.c stest: get rid of getopt, use suckless arg.h 8 yıl önce
util.c die() on calloc failure 7 yıl önce
util.h import new drw from libsl and minor fixes. 8 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.