aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-11 09:15:49 (GMT)
committerfluxgen <fluxgen>2002-01-11 09:15:49 (GMT)
commit11ba4d17bdf715c930ff1db6681e3f258c9a950f (patch)
tree28f33e9dfea2a033f13ff8b9697a0a743ac0a6c8
parentbdc25f3fc93d425d73f8dbb8087368dce6a49124 (diff)
downloadfluxbox-11ba4d17bdf715c930ff1db6681e3f258c9a950f.zip
fluxbox-11ba4d17bdf715c930ff1db6681e3f258c9a950f.tar.bz2
added some programs
-rwxr-xr-xdata/generate_menu8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/generate_menu b/data/generate_menu
index 3e2d5cf..1465026 100755
--- a/data/generate_menu
+++ b/data/generate_menu
@@ -67,6 +67,7 @@ append_menu "[submenu] (Editors)"
67 find_it gedit append "[exec] (gedit) {gedit}" 67 find_it gedit append "[exec] (gedit) {gedit}"
68 find_it xedit append "[exec] (xedit) {xedit}" 68 find_it xedit append "[exec] (xedit) {xedit}"
69 find_it kword append "[exec] (kword) {kword}" 69 find_it kword append "[exec] (kword) {kword}"
70 find_it kwrite append "[exec] (kword) {kwrite}"
70append_menu "[end]" 71append_menu "[end]"
71 72
72 73
@@ -89,6 +90,8 @@ append_menu "[submenu] (Graphics)"
89 find_it xv append "[exec] (xv) {xv}" 90 find_it xv append "[exec] (xv) {xv}"
90 find_it gqview append "[exec] (gqview) {gqview}" 91 find_it gqview append "[exec] (gqview) {gqview}"
91 find_it xpaint append "[exec] (xpaint) {xpaint}" 92 find_it xpaint append "[exec] (xpaint) {xpaint}"
93 find_it kpaint append "[exec] (kpaint) {kpaint}"
94 find_it kiconedit append "[exec] (kiconedit) {kiconedit}"
92append_menu "[end]" 95append_menu "[end]"
93 96
94 97
@@ -97,6 +100,9 @@ append_menu "[submenu] (Music)"
97 find_it gqmpeg append "[exec] (gqmpeg) {gqmpeg}" 100 find_it gqmpeg append "[exec] (gqmpeg) {gqmpeg}"
98 find_it xmixer append "[exec] (xmixer) {xmixer}" 101 find_it xmixer append "[exec] (xmixer) {xmixer}"
99 find_it gmix append "[exec] (gmix) {gmix}" 102 find_it gmix append "[exec] (gmix) {gmix}"
103 find_it kmix append "[exec] (kmix) {kmix}"
104 find_it grecord append "[exec] (grecord) {grecord}"
105 find_it kmidi append "[exec] (kmidi) {kmidi}"
100 find_it xplaycd append "[exec] (xplaycd) {xplaycd}" 106 find_it xplaycd append "[exec] (xplaycd) {xplaycd}"
101 find_it soundtracker append "[exec] (soundtracker) {soundtracker}" 107 find_it soundtracker append "[exec] (soundtracker) {soundtracker}"
102append_menu "[end]" 108append_menu "[end]"
@@ -115,6 +121,8 @@ append_menu "[end]"
115append_menu "[submenu] (Misc)" 121append_menu "[submenu] (Misc)"
116 find_it acroread append "[exec] (acroread) {acroread}" 122 find_it acroread append "[exec] (acroread) {acroread}"
117 find_it gcalc append "[exec] (gcalc) {gcalc}" 123 find_it gcalc append "[exec] (gcalc) {gcalc}"
124 find_it kcalc append "[exec] (kcalc) {kcalc}"
125 find_it kpackage append "[exec] (kpackage) {kpackage}"
118 find_it xgdb append "[exec] (xgdb) {xgdb}" 126 find_it xgdb append "[exec] (xgdb) {xgdb}"
119 find_it ddd append "[exec] (ddd) {ddd}" 127 find_it ddd append "[exec] (ddd) {ddd}"
120 find_it xterm append "[exec] (tail access_log) {xterm -fg white -bg black -title access_log -e tail -f /var/log/access_log}" 128 find_it xterm append "[exec] (tail access_log) {xterm -fg white -bg black -title access_log -e tail -f /var/log/access_log}"