diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-24 18:17:02 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-24 18:17:02 (GMT) |
commit | 6721c7c70b25260bfc1753c1563e079a95c32e31 (patch) | |
tree | d2cbc408aa3b6c3632a56b71d365457c1cd22280 /util | |
parent | e650b34d2095f8b6eec697fc190be1b4d46233fa (diff) | |
download | fluxbox-6721c7c70b25260bfc1753c1563e079a95c32e31.zip fluxbox-6721c7c70b25260bfc1753c1563e079a95c32e31.tar.bz2 |
Add 'lxterminal' and 'geany' to fbgm
Implements #305 (feature request "Recognize lxterminal and geany
(fluxbox-generate_menu)"
Diffstat (limited to 'util')
-rwxr-xr-x | util/fluxbox-generate_menu.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index bc01062..525315c 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1598,7 +1598,7 @@ find_it "${LAUNCHER}" append "[exec] (${RUNCOMMAND}) {$LAUNCHER_CMD}" | |||
1598 | 1598 | ||
1599 | append_submenu "${TERMINALMENU}" | 1599 | append_submenu "${TERMINALMENU}" |
1600 | normal_find xterm urxvt urxvtc gnome-terminal multi-gnome-terminal Eterm \ | 1600 | normal_find xterm urxvt urxvtc gnome-terminal multi-gnome-terminal Eterm \ |
1601 | konsole aterm mlterm multi-aterm rxvt mrxvt | 1601 | konsole aterm mlterm multi-aterm rxvt mrxvt lxterminal |
1602 | append_menu_end | 1602 | append_menu_end |
1603 | 1603 | ||
1604 | 1604 | ||
@@ -1663,7 +1663,7 @@ append_submenu "${NETMENU}" | |||
1663 | append_menu_end | 1663 | append_menu_end |
1664 | 1664 | ||
1665 | append_submenu "${EDITORMENU}" | 1665 | append_submenu "${EDITORMENU}" |
1666 | normal_find gvim bluefish nedit gedit xedit kword kwrite kate anjuta \ | 1666 | normal_find gvim bluefish nedit gedit geany xedit kword kwrite kate anjuta \ |
1667 | wings xemacs emacs kvim cream evim scite Ted | 1667 | wings xemacs emacs kvim cream evim scite Ted |
1668 | cli_find nano vim vi zile jed joe | 1668 | cli_find nano vim vi zile jed joe |
1669 | find_it emacs append "[exec] (emacs-nw) {${DEFAULT_TERM} -e emacs -nw}" | 1669 | find_it emacs append "[exec] (emacs-nw) {${DEFAULT_TERM} -e emacs -nw}" |