Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 670 Bytes

obmenu2

obmenu2 is a graphical menu editor for the Openbox menu.xml file.

It is written in Python 3 and GTK3 and is meant as a replacement for the old obmenu (http://obmenu.sourceforge.net/) tool which is based on the deprecated versions Python 2.7 and pygtk and pyglade.

It was written from scratch and does not share any code with the old obmenu tool.

Dependencies

  • Python 3 (tested with python 3.7)
  • GTK3 (gobject-introspection)

Features

  • Interactively edit the menu.xml and add new menus and menu-items
  • add multiple execution actions to a menu item
  • add icons to you menus and items
  • add multiple menus and link them
  • add pipe menus and much more.