2020-05-16 03:51:26 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2020-05-19 11:22:00 +02:00
|
|
|
cat <<EOF | xmenu | sh &
|
2020-05-16 03:51:26 +02:00
|
|
|
Applications
|
2020-06-01 01:29:46 +02:00
|
|
|
IMG:./icons/web.png Web Browser firefox
|
|
|
|
IMG:./icons/gimp.png Image editor gimp
|
2020-05-16 03:51:26 +02:00
|
|
|
Terminal (xterm) xterm
|
|
|
|
Terminal (urxvt) urxvt
|
|
|
|
Terminal (st) st
|
|
|
|
|
|
|
|
Shutdown poweroff
|
|
|
|
Reboot reboot
|
|
|
|
EOF
|