Browse Source

Correct command syntax for blackbox/fluxbox

Replace the parentheses with braces for the menu updating commands in
the blackbox and fluxbox sections.
pull/5/head 0.7
George Vlahavas 10 years ago
parent
commit
dfd7c76ddf
  1. 4
      README.md
  2. 4
      man/xdgmenumaker.t2t

4
README.md

@ -31,7 +31,7 @@ submenu. For example, add this somewhere in your `~/.blackbox/menu` file:
You can add the xdgmenumaker command as another item in your menu, if You can add the xdgmenumaker command as another item in your menu, if
you want to update it, without having to run the command manually again: you want to update it, without having to run the command manually again:
[exec] (Update Blackbox Menu) (xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu) [exec] (Update Blackbox Menu) {xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu}
Fluxbox Fluxbox
@ -49,7 +49,7 @@ submenu. For example, add this somewhere in your `~/.fluxbox/menu` file:
You can add the xdgmenumaker command as another item in your menu, if You can add the xdgmenumaker command as another item in your menu, if
you want to update it, without having to run the command manually again: you want to update it, without having to run the command manually again:
[exec] (Update Fluxbox Menu) (xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu) [exec] (Update Fluxbox Menu) {xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu}
IceWM IceWM

4
man/xdgmenumaker.t2t

@ -104,7 +104,7 @@ You can add the **xdgmenumaker** command as another item in your menu,
if you want to update it, without having to run the command manually if you want to update it, without having to run the command manually
again: again:
``[exec] (Update Blackbox Menu) (xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu)`` ``[exec] (Update Blackbox Menu) {xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu}``
: **Fluxbox** : **Fluxbox**
@ -123,7 +123,7 @@ You can add the **xdgmenumaker** command as another item in your menu,
if you want to update it, without having to run the command manually if you want to update it, without having to run the command manually
again: again:
``[exec] (Update Fluxbox Menu) (xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu)`` ``[exec] (Update Fluxbox Menu) {xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu}``
: **IceWM** : **IceWM**

Loading…
Cancel
Save