Separated getmenuitem into two functions
[xmenu] / xmenu.sh
... / ...
CommitLineData
1#!/bin/sh
2
3# ignore hup signal
4trap "" 1 15
5
6cat <<EOF | xmenu | sh &
7Applications
8 Web Browser firefox
9 Image editor gimp
10Terminal (xterm) xterm
11Terminal (urxvt) urxvt
12Terminal (st) st
13
14Shutdown poweroff
15Reboot reboot
16EOF