xmenu/xmenu.sh
2020-05-17 00:08:23 -03:00

14 lines
202 B
Bash
Executable File

#!/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