aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/fluxbox-generate_menu.in18
1 files changed, 13 insertions, 5 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in
index 7c89f7e..52ded26 100755
--- a/util/fluxbox-generate_menu.in
+++ b/util/fluxbox-generate_menu.in
@@ -1600,7 +1600,7 @@ append_submenu "${NETMENU}"
1600 1600
1601 append_submenu Mail 1601 append_submenu Mail
1602 normal_find sylpheed kmail evolution thunderbird mozilla-thunderbird \ 1602 normal_find sylpheed kmail evolution thunderbird mozilla-thunderbird \
1603 sylpheed-claws 1603 sylpheed-claws claws-mail
1604 cli_find mutt pine 1604 cli_find mutt pine
1605 append_menu_end 1605 append_menu_end
1606 1606
@@ -1610,7 +1610,7 @@ append_submenu "${NETMENU}"
1610 append_menu_end 1610 append_menu_end
1611 1611
1612 append_submenu IRC 1612 append_submenu IRC
1613 normal_find xchat xchat-2 ksirc vyqchat lostirc logui konversation kvirc 1613 normal_find xchat xchat-2 ksirc vyqchat lostirc logui konversation kvirc skype
1614 cli_find irssi epic4 weechat ninja 1614 cli_find irssi epic4 weechat ninja
1615 find_it BitchX append "[exec] (BitchX) {${DEFAULT_TERM} -e BitchX -N}" || \ 1615 find_it BitchX append "[exec] (BitchX) {${DEFAULT_TERM} -e BitchX -N}" || \
1616 find_it bitchx append "[exec] (BitchX) {${DEFAULT_TERM} -e bitchx -N}" 1616 find_it bitchx append "[exec] (BitchX) {${DEFAULT_TERM} -e bitchx -N}"
@@ -1619,16 +1619,24 @@ append_submenu "${NETMENU}"
1619 1619
1620 append_submenu P2P 1620 append_submenu P2P
1621 normal_find gtk-gnutella lopster nicotine pyslsk xmule amule \ 1621 normal_find gtk-gnutella lopster nicotine pyslsk xmule amule \
1622 valknut dcgui-qt dc_qt quickdc asami 1622 valknut dcgui-qt dc_qt quickdc asami azureus
1623 cli_find TekNap giFTcurs 1623 cli_find TekNap giFTcurs
1624 append_menu_end 1624 append_menu_end
1625 1625
1626 append_submenu ftp 1626 append_submenu FTP
1627 normal_find gftp IglooFTP-PRO kbear 1627 normal_find gftp IglooFTP-PRO kbear
1628 cli_find ncftp pftp ftp lftp yafc 1628 cli_find ncftp pftp ftp lftp yafc
1629 append_menu_end 1629 append_menu_end
1630 1630
1631 normal_find xnmap skype x3270 1631 append_submenu SMB
1632 normal_find LinNeighborhood jags SambaSentinel
1633 append_menu_end
1634
1635 append_submenu Portscan
1636 normal_find xnmap nmapfe
1637 append_menu_end
1638
1639 normal_find x3270
1632 1640
1633append_menu_end 1641append_menu_end
1634 1642