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

xmenu.sh 206 B

4年前
1234567891011121314
  1. #!/bin/sh
  2. cat <<EOF | ./xmenu -w | xargs sh -c
  3. Applications
  4. Web Browser firefox
  5. Image editor gimp
  6. Terminal (xterm) xterm
  7. Terminal (urxvt) urxvt
  8. Terminal (st) st
  9. Shutdown poweroff
  10. Reboot reboot
  11. EOF