xmenu/xmenu.sh
phillbush 09c13122cc Test
2020-05-15 23:08:05 -03:00

15 lines
206 B
Bash
Executable File

#!/bin/sh
cat <<EOF | ./xmenu -w | xargs sh -c
Applications
Web Browser firefox
Image editor gimp
Terminal (xterm) xterm
Terminal (urxvt) urxvt
Terminal (st) st
Shutdown poweroff
Reboot reboot
EOF