xmenu/xmenu.sh

15 lines
206 B
Bash
Raw Normal View History

#!/bin/sh
2020-05-16 04:08:05 +02:00
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