This commit is contained in:
zcake 2021-03-11 12:36:11 +08:00
parent d4610ad9ab
commit d9c22aced7
4 changed files with 4 additions and 13 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.o
*.res
*.orig
xmenu

BIN
xmenu

Binary file not shown.

BIN
xmenu.o

Binary file not shown.

View File

@ -1,13 +0,0 @@
#!/bin/sh
cat <<EOF | xmenu | sh &
Applications
IMG:./icons/web.png Web Browser firefox
IMG:./icons/gimp.png Image editor gimp
Terminal (xterm) xterm
Terminal (urxvt) urxvt
Terminal (st) st
Shutdown poweroff
Reboot reboot
EOF