Removed the -w option (it was too buggy)

This commit is contained in:
phillbush
2020-05-23 22:06:21 -03:00
parent 21a9aaecb1
commit 2744390027
2 changed files with 32 additions and 96 deletions

4
README
View File

@@ -4,6 +4,10 @@ Xmenu is a menu utility for X.
Xmenu receives a menu specification in stdin, shows a menu for the user
to select one of the options, and outputs the option selected to stdout.
NOTE: The -w (windowed) option was removed from the master branch.
It was too buggy in tiled window managers and requires more
code to be maintained.
§ Installation
In order to build xmenu you need the Xlib header files.