diff options
-rwxr-xr-x | util/fluxbox-generate_menu.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index 4d3d028..9088eda 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -2,6 +2,7 @@ | |||
2 | # | 2 | # |
3 | # generate_menu for Fluxbox | 3 | # generate_menu for Fluxbox |
4 | # | 4 | # |
5 | # Copyright (c) 2005 Dung N. Lam <dnlam@users.sourceforge.net> | ||
5 | # Copyright (c) 2002-2004 Han Boetes <han@mijncomputer.nl> | 6 | # Copyright (c) 2002-2004 Han Boetes <han@mijncomputer.nl> |
6 | # | 7 | # |
7 | # Permission is hereby granted, free of charge, to any person obtaining a | 8 | # Permission is hereby granted, free of charge, to any person obtaining a |
@@ -1444,7 +1445,7 @@ append_menu_end | |||
1444 | 1445 | ||
1445 | append_submenu "${NETMENU}" | 1446 | append_submenu "${NETMENU}" |
1446 | append_submenu "${BROWSERMENU}" | 1447 | append_submenu "${BROWSERMENU}" |
1447 | normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape | 1448 | normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer |
1448 | find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" | 1449 | find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" |
1449 | find_it opera append "[exec] (opera) {env QT_XFT=true opera}" | 1450 | find_it opera append "[exec] (opera) {env QT_XFT=true opera}" |
1450 | find_it konqueror append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" | 1451 | find_it konqueror append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" |
@@ -1521,7 +1522,7 @@ append_menu_end | |||
1521 | append_submenu "${MULTIMEDIAMENU}" | 1522 | append_submenu "${MULTIMEDIAMENU}" |
1522 | append_submenu "${GRAPHICMENU}" | 1523 | append_submenu "${GRAPHICMENU}" |
1523 | normal_find gimp gimp2 inkscape sodipodi xv gqview showimg xpaint kpaint kiconedit \ | 1524 | normal_find gimp gimp2 inkscape sodipodi xv gqview showimg xpaint kpaint kiconedit \ |
1524 | ee xzgv xscreensaver-demo xlock | 1525 | ee xzgv xscreensaver-demo xlock gphoto |
1525 | find_it xnview append "[exec] (xnview browser) {xnview -browser}" | 1526 | find_it xnview append "[exec] (xnview browser) {xnview -browser}" |
1526 | find_it blender append "[exec] (blender) {blender -w}" | 1527 | find_it blender append "[exec] (blender) {blender -w}" |
1527 | find_it gears append "[exec] (Mesa gears) {gears}" | 1528 | find_it gears append "[exec] (Mesa gears) {gears}" |
@@ -1540,19 +1541,20 @@ append_submenu "${MULTIMEDIAMENU}" | |||
1540 | 1541 | ||
1541 | 1542 | ||
1542 | append_submenu "${VIDEOMENU}" | 1543 | append_submenu "${VIDEOMENU}" |
1543 | normal_find xine aviplay gtv gmplayer xmovie xcdroast xgdb realplay xawtv | 1544 | normal_find xine aviplay gtv gmplayer xmovie xcdroast xgdb realplay xawtv fxtv ogle goggles |
1544 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" | 1545 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" |
1545 | append_menu_end | 1546 | append_menu_end |
1546 | 1547 | ||
1547 | append_submenu "${XUTILSMENU}" | 1548 | append_submenu "${XUTILSMENU}" |
1548 | normal_find xfontsel xman xload xfigxbiff editres viewres xclock \ | 1549 | normal_find xfontsel xman xload xfigxbiff editres viewres xclock \ |
1549 | xmag wmagnify gkrellm gkrellm2 vmware portagemaster celestia | 1550 | xmag wmagnify gkrellm gkrellm2 vmware portagemaster celestia |
1551 | find_it xrdb append "[exec] (Reload .Xdefaults) {xrdb -load $HOME/.Xdefaults}" | ||
1550 | append_menu_end | 1552 | append_menu_end |
1551 | append_menu_end | 1553 | append_menu_end |
1552 | 1554 | ||
1553 | 1555 | ||
1554 | append_submenu "${OFFICEMENU}" | 1556 | append_submenu "${OFFICEMENU}" |
1555 | normal_find xclock xcalc kcalc | 1557 | normal_find xclock xcalc kcalc gv |
1556 | find_it gcalc append "[exec] (gcalc) {gcalc}" || \ | 1558 | find_it gcalc append "[exec] (gcalc) {gcalc}" || \ |
1557 | find_it gnome-calculator append "[exec] (gcalc) {gnome-calculator}" | 1559 | find_it gnome-calculator append "[exec] (gcalc) {gnome-calculator}" |
1558 | 1560 | ||