A mirror of phillbush's xmenu.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
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