Option to hide console menubar

Add option in the config file to hide the menu (Github issue #69)
This commit is contained in:
Duncan Ferguson 2016-09-07 09:25:44 +01:00
parent 7822d337f7
commit 7974687cfb
5 changed files with 15 additions and 1 deletions

View file

@ -3,6 +3,7 @@
- Fix building and testing on perl-5.8.9
- Improve testing on systems that do not have xterm installed
- Take into account WM decorations when tiling (Github pull request #66) (thanks to Andrew Stevenson)
- Add option in the config file to hide the menu (Github issue #69)
4.07 2016-04-30 Duncan Ferguson <duncan_ferguson@user.sf.net>
- Fixed tests on systems where bash is not installed in /bin/bash (Github issue #60)