diff options
-rwxr-xr-x | data/generate_menu | 8 |
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}" | ||
70 | append_menu "[end]" | 71 | append_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}" | ||
92 | append_menu "[end]" | 95 | append_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}" |
102 | append_menu "[end]" | 108 | append_menu "[end]" |
@@ -115,6 +121,8 @@ append_menu "[end]" | |||
115 | append_menu "[submenu] (Misc)" | 121 | append_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}" |