Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/pdmenu
- #Note that the above bang-path isn't required, but it lets you run this
- #file directly as a sort of pdmenu script.
- #Define the main menu:
- menu:main:Use the arrow keys to move and 'Enter' to choose
- # This ties in with Debian's autogenerated Apps menu.
- nop
- show: Debian applications menu :menu
- show: Press 'q' and 'Enter' to return to this menu :menu
- nop
- show:_Debian Menus..::/Debian
- nop
- exit:E_xit
- # If you edit this file, you will probably not want to remove the following
- # section, which makes menus of Debian apps available.
- preproc: \
- if tty|egrep -q "tty[0-9]|vc/[0-9]|console"; then \
- cat /var/lib/pdmenu/pdmenurc.vc; \
- elif [ "$DISPLAY" ]; then \
- cat /var/lib/pdmenu/pdmenurc.x11; \
- else \
- cat /var/lib/pdmenu/pdmenurc; \
- fi
Advertisement
Add Comment
Please, Sign In to add comment