xmenu/xmenu.sh
phillbush 4e219dd8f3 simple tweak on xmenu.sh
The script now runs in the background.
2020-05-19 04:47:35 -03:00

14 lines
204 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