Provides a way to run menubar commands through dmenu.
- python-dbus
- dmenu
- ?
Incomplete implementation of the com.canonical.AppMenu.Registrar DBus service. Applications exporting their menu through dbusmenu need this service to run.
Try to get the menu of the currently focused X11 window, list possible actions and ask the used which one to run.
Add to .profile :
if [ -n "$GTK_MODULES" ]
then
GTK_MODULES="$GTK_MODULES:unity-gtk-module"
else
GTK_MODULES="unity-gtk-module"
fi
if [ -z "$UBUNTU_MENUPROXY" ]
then
UBUNTU_MENUPROXY=1
fi
exec ~/.i3/i3-appmenu-service.py
bindsym $mod+x exec ~/.i3/i3-hud-menu.py
Firefox does not seem to export its menus properly through dbusmenu (with the ubuntu patch and ui.use_unity_bar enabled) ...