A mirror of phillbush's xmenu.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

17 行
227 B

  1. #!/bin/sh
  2. # ignore hup signal
  3. trap "" 1 15
  4. cat <<EOF | xmenu | sh &
  5. Applications
  6. Web Browser firefox
  7. Image editor gimp
  8. Terminal (xterm) xterm
  9. Terminal (urxvt) urxvt
  10. Terminal (st) st
  11. Shutdown poweroff
  12. Reboot reboot
  13. EOF