diff options
author | Sebastian Reichel <sre@ring0.de> | 2017-10-06 23:28:36 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2017-10-06 23:28:36 +0200 |
commit | b1727c4e76e05ad891be54d223f906450557b7e9 (patch) | |
tree | 6f125a3242956eac0f59086341aee5ca9647df18 | |
parent | 6d245da1f10853d6e98f6d859c651d72fd5e5646 (diff) | |
download | openbox-config-b1727c4e76e05ad891be54d223f906450557b7e9.tar.bz2 |
menu: use openbox-menu
-rw-r--r-- | menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ <action name="Execute"><execute>x-www-browser</execute></action> </item> <menu id="space-status" label="Hackspace Status" execute="~/.config/openbox/menu-space-status" /> - <!-- This requires the presence of the 'menu' package to work --> - <menu id="/Debian" icon="/usr/share/pixmaps/debian-logo.png" /> + <!-- <menu id="old-menu" label="Debian" icon="/usr/share/pixmaps/debian-logo.png" execute="~/.config/openbox/xdg-menu" /> --> + <menu id="xdg-desktop-menu" label="MenĂ¼" icon="/usr/share/pixmaps/debian-logo.png" execute="openbox-menu lxde-applications.menu" /> <separator /> <menu id="client-list-menu" /> <separator /> |