1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# /etc/X11/ude/appmenu
#
# Menu file for uwm (0.2.8.20010609)
# by Stephan Helma <sph@debian.org>
# based on work done by Lars Wirzenius for fvwm2
#
# This file can be used both as the system and the per-user appmenu.
# It uses certain `hooks' (files stored in /etc/X11/uwm/ or ~/.ude/config/)
# to allow the system administrator and user to modify menus without
# having to change this file.
#
# Please read /usr/share/doc/ude/html/manual.html for more information.
#
# Hopefully, you will never have to modify this file.
#
# ATTENTION: This file may be overwritten when updating!
#
#
# Read in system and user menu definitions.
#
# Read system and user menu prefixes
FILE "/etc/X11/ude/appmenu-pre.hook";
FILE "$HOME/.ude/config/appmenu-pre.hook";
# Read the auto-generated menus
FILE "/etc/X11/ude/appmenu.hook";
FILE "$HOME/.ude/config/appmenu.hook";
# Add in user additions
FILE "/etc/X11/ude/appmenu-post.hook";
FILE "$HOME/.ude/config/appmenu-post.hook";
|