Removed the -w option (it was too buggy)
[xmenu] / xmenu.sh
CommitLineData
7fbd1c5e 1#!/bin/sh
2
88afe438 3# ignore hup signal
4trap "" 1 15
5
c49dad28 6cat <<EOF | xmenu | sh &
7fbd1c5e 7Applications
8 Web Browser firefox
9 Image editor gimp
10Terminal (xterm) xterm
11Terminal (urxvt) urxvt
12Terminal (st) st
13
14Shutdown poweroff
15Reboot reboot
16EOF