securityos/public/Users/Public/Documents/Dotfiles/Gentoo/dwm/dmenu
Berkeley 927854894b First commit 2024-09-06 12:32:35 -03:00
..
LICENSE First commit 2024-09-06 12:32:35 -03:00
Makefile First commit 2024-09-06 12:32:35 -03:00
README First commit 2024-09-06 12:32:35 -03:00
arg.h First commit 2024-09-06 12:32:35 -03:00
config.def.h First commit 2024-09-06 12:32:35 -03:00
config.mk First commit 2024-09-06 12:32:35 -03:00
dmenu-emojis First commit 2024-09-06 12:32:35 -03:00
dmenu-files First commit 2024-09-06 12:32:35 -03:00
dmenu-power First commit 2024-09-06 12:32:35 -03:00
dmenu-src First commit 2024-09-06 12:32:35 -03:00
dmenu.1 First commit 2024-09-06 12:32:35 -03:00
dmenu.c First commit 2024-09-06 12:32:35 -03:00
dmenu_path First commit 2024-09-06 12:32:35 -03:00
dmenu_power First commit 2024-09-06 12:32:35 -03:00
dmenu_run First commit 2024-09-06 12:32:35 -03:00
drw.c First commit 2024-09-06 12:32:35 -03:00
drw.h First commit 2024-09-06 12:32:35 -03:00
emojis-dmenu First commit 2024-09-06 12:32:35 -03:00
src-script First commit 2024-09-06 12:32:35 -03:00
stest.1 First commit 2024-09-06 12:32:35 -03:00
stest.c First commit 2024-09-06 12:32:35 -03:00
util.c First commit 2024-09-06 12:32:35 -03:00
util.h First commit 2024-09-06 12:32:35 -03:00
windowlocal First commit 2024-09-06 12:32:35 -03:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.