added some programs
This commit is contained in:
parent
bdc25f3fc9
commit
11ba4d17bd
1 changed files with 8 additions and 0 deletions
|
@ -67,6 +67,7 @@ append_menu "[submenu] (Editors)"
|
|||
find_it gedit append "[exec] (gedit) {gedit}"
|
||||
find_it xedit append "[exec] (xedit) {xedit}"
|
||||
find_it kword append "[exec] (kword) {kword}"
|
||||
find_it kwrite append "[exec] (kword) {kwrite}"
|
||||
append_menu "[end]"
|
||||
|
||||
|
||||
|
@ -89,6 +90,8 @@ append_menu "[submenu] (Graphics)"
|
|||
find_it xv append "[exec] (xv) {xv}"
|
||||
find_it gqview append "[exec] (gqview) {gqview}"
|
||||
find_it xpaint append "[exec] (xpaint) {xpaint}"
|
||||
find_it kpaint append "[exec] (kpaint) {kpaint}"
|
||||
find_it kiconedit append "[exec] (kiconedit) {kiconedit}"
|
||||
append_menu "[end]"
|
||||
|
||||
|
||||
|
@ -97,6 +100,9 @@ append_menu "[submenu] (Music)"
|
|||
find_it gqmpeg append "[exec] (gqmpeg) {gqmpeg}"
|
||||
find_it xmixer append "[exec] (xmixer) {xmixer}"
|
||||
find_it gmix append "[exec] (gmix) {gmix}"
|
||||
find_it kmix append "[exec] (kmix) {kmix}"
|
||||
find_it grecord append "[exec] (grecord) {grecord}"
|
||||
find_it kmidi append "[exec] (kmidi) {kmidi}"
|
||||
find_it xplaycd append "[exec] (xplaycd) {xplaycd}"
|
||||
find_it soundtracker append "[exec] (soundtracker) {soundtracker}"
|
||||
append_menu "[end]"
|
||||
|
@ -115,6 +121,8 @@ append_menu "[end]"
|
|||
append_menu "[submenu] (Misc)"
|
||||
find_it acroread append "[exec] (acroread) {acroread}"
|
||||
find_it gcalc append "[exec] (gcalc) {gcalc}"
|
||||
find_it kcalc append "[exec] (kcalc) {kcalc}"
|
||||
find_it kpackage append "[exec] (kpackage) {kpackage}"
|
||||
find_it xgdb append "[exec] (xgdb) {xgdb}"
|
||||
find_it ddd append "[exec] (ddd) {ddd}"
|
||||
find_it xterm append "[exec] (tail access_log) {xterm -fg white -bg black -title access_log -e tail -f /var/log/access_log}"
|
||||
|
|
Loading…
Reference in a new issue