explanation and copyright (yuck)
This commit is contained in:
parent
f6a750db08
commit
e5f89bd2c6
@ -10,6 +10,7 @@ MIT/X Consortium License
|
|||||||
© 2010-2012 Connor Lane Smith <cls@lubutu.com>
|
© 2010-2012 Connor Lane Smith <cls@lubutu.com>
|
||||||
© 2014-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
|
© 2014-2020 Hiltjo Posthuma <hiltjo@codemadness.org>
|
||||||
© 2015-2019 Quentin Rameau <quinq@fifth.space>
|
© 2015-2019 Quentin Rameau <quinq@fifth.space>
|
||||||
|
© 2021 Deven Blake <trinity@trinity.moe>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
dmenu - dynamic menu
|
dmenubar - dumb menu bar
|
||||||
====================
|
====================
|
||||||
dmenu is an efficient dynamic menu for X.
|
dmenu is an efficient dynamic menu for X.
|
||||||
|
dmenubar is a hack of dmenu that displays a menu bar.
|
||||||
|
This is a work in progress. Doesn't suckless, suxmoar.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
In order to build dmenu you need the Xlib header files.
|
In order to build dmenu you need the Xlib header files.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Edit config.mk to match your local setup (dmenu is installed into
|
Edit config.mk to match your local setup (dmenu is installed into
|
||||||
@ -17,8 +17,3 @@ Afterwards enter the following command to build and install dmenu
|
|||||||
(if necessary as root):
|
(if necessary as root):
|
||||||
|
|
||||||
make clean install
|
make clean install
|
||||||
|
|
||||||
|
|
||||||
Running dmenu
|
|
||||||
-------------
|
|
||||||
See the man page for details.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user