A mirror of phillbush's xmenu.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

14 行
234 B

  1. #!/bin/sh
  2. cat <<EOF | xmenu | sh &
  3. Applications
  4. IMG:./icons/web.png Web Browser firefox
  5. IMG:./icons/gimp.png Image editor gimp
  6. Terminal (xterm) xterm
  7. Terminal (urxvt) urxvt
  8. Terminal (st) st
  9. Shutdown poweroff
  10. Reboot reboot
  11. EOF