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