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 9 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 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
@ -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 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

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
again:
``[exec] (Update Blackbox Menu) (xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu)``
``[exec] (Update Blackbox Menu) {xdgmenumaker -f blackbox > ~/.blackbox/xdg_menu}``
: **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
again:
``[exec] (Update Fluxbox Menu) (xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu)``
``[exec] (Update Fluxbox Menu) {xdgmenumaker -f fluxbox > ~/.fluxbox/xdg_menu}``
: **IceWM**

Loading…
Cancel
Save