A mirror of phillbush's xmenu.
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #!/bin/sh
-
- cat <<EOF | ./xmenu | xargs sh -c &
- Applications
- Web Browser firefox
- Image editor gimp
- Terminal (xterm) xterm
- Terminal (urxvt) urxvt
- Terminal (st) st
-
- Shutdown poweroff
- Reboot reboot
- EOF
|