diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 19:57:42 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 19:57:42 (GMT) |
commit | bb05494751e978b3e5edd1a54f7402a898762b9f (patch) | |
tree | 5ed0cdd94044592270b65c1fcfe0e02ff153e6ba /util | |
parent | 27d181f490fc7ec0b5d1d6612545c2acd9dd2921 (diff) | |
download | fluxbox_pavel-bb05494751e978b3e5edd1a54f7402a898762b9f.zip fluxbox_pavel-bb05494751e978b3e5edd1a54f7402a898762b9f.tar.bz2 |
add a few items to fbgm
Diffstat (limited to 'util')
-rwxr-xr-x | util/fluxbox-generate_menu.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index aca8b08..7fb5ef7 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1671,13 +1671,15 @@ append_submenu "${MULTIMEDIAMENU}" | |||
1671 | append_submenu "${MUSICMENU}" | 1671 | append_submenu "${MUSICMENU}" |
1672 | normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gnome-alsamixer gmix kmix kscd \ | 1672 | normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gnome-alsamixer gmix kmix kscd \ |
1673 | grecord kmidi xplaycd soundtracker grip easytag audacity \ | 1673 | grecord kmidi xplaycd soundtracker grip easytag audacity \ |
1674 | zinf rhythmbox kaboodle beep-media-player amarok tagtool | 1674 | zinf rhythmbox kaboodle beep-media-player amarok tagtool \ |
1675 | audacious bmpx | ||
1675 | cli_find cdcd cplay alsamixer orpheus mp3blaster | 1676 | cli_find cdcd cplay alsamixer orpheus mp3blaster |
1676 | append_menu_end | 1677 | append_menu_end |
1677 | 1678 | ||
1678 | 1679 | ||
1679 | append_submenu "${VIDEOMENU}" | 1680 | append_submenu "${VIDEOMENU}" |
1680 | normal_find xine aviplay gtv gmplayer xmovie xcdroast xgdb realplay xawtv fxtv ogle goggles vlc | 1681 | normal_find xine gxine aviplay gtv gmplayer xmovie xcdroast xgdb \ |
1682 | realplay xawtv fxtv ogle goggles vlc | ||
1681 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" | 1683 | find_it dvdrip append "[exec] (dvdrip) {nohup dvdrip}" |
1682 | append_menu_end | 1684 | append_menu_end |
1683 | 1685 | ||