From e5f89bd2c6fb41e508d7141697ce2f3d693bd382 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 11 May 2021 20:03:32 -0400 Subject: [PATCH] explanation and copyright (yuck) --- dmenubar/LICENSE | 1 + dmenubar/README | 11 +++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dmenubar/LICENSE b/dmenubar/LICENSE index 3afd28e..8a92974 100644 --- a/dmenubar/LICENSE +++ b/dmenubar/LICENSE @@ -10,6 +10,7 @@ MIT/X Consortium License © 2010-2012 Connor Lane Smith © 2014-2020 Hiltjo Posthuma © 2015-2019 Quentin Rameau +© 2021 Deven Blake Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/dmenubar/README b/dmenubar/README index a8fcdfe..2801cae 100644 --- a/dmenubar/README +++ b/dmenubar/README @@ -1,13 +1,13 @@ -dmenu - dynamic menu +dmenubar - dumb menu bar ==================== 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 ------------ In order to build dmenu you need the Xlib header files. - Installation ------------ 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): make clean install - - -Running dmenu -------------- -See the man page for details.