scklss/dmenu-5.0
_N0x 31d3c6531f Merge branch 'arch-dsktp' into 'master'
Merge Changes from desktop to laptop config

See merge request n0x_io/scklss!3
2021-02-21 11:42:30 +00:00
..
patches Project cleanup 2021-02-20 22:41:41 +01:00
arg.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
config.def.h playing with configs 2021-02-01 02:27:21 +01:00
config.def.h.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
config.mk Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu_path Changed gitignore to include missing dmenu files 2021-01-22 16:10:47 +01:00
dmenu_run Changed gitignore to include missing dmenu files 2021-01-22 16:10:47 +01:00
dmenu.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.1.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
dmenu.c.orig Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
drw.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
drw.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
LICENSE Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
Makefile Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
README Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
stest.1 Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
stest.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
util.c Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00
util.h Initial commit after some playing around with dwm, dmenu and st 2021-01-17 18:30:19 +01:00

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.