% /etc/X11/ude/uwmrc
%
% rc file for uwm (0.2.8.final)
%
% This file can be used both as the system and the per-user uvwmrc.
% It uses certain `hooks' (files stored in /etc/X11/uwm/ or ~/.ude/config/)
% to allow the system administrator and user to modify colors, and so on
% without having to change this file.
%
% The defaults that these files set up follow closely the taste of the
% uwm creator. They attempt to set up a nice, easy, comfortable environment
% for the "ordinary" user.  However, using the hooks, it should be possible
% to change anything.
%
% 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!
%

% Here's a description of all "uwmrc" data types:
%
%       <nr>            is an integer number with the range specified
%                       in the option's description.
%       <string>        represents a usual text line. it may contain
%                       any desired characters, whitespace etc. and is
%                       terminated by a linebreak. 
%       <font>          is an X11 font definition string. The most
%                       easy way to get such a string is to paste it
%                       directly from 'xfontsel' into the file. 
%       <filename>      is the name of a file. The file is searched in
%                       the way described above and in most cases
%                       passed through the c preprocessor. 
%       <col>           represents an X11 color definition string. For
%                       the exact format of these strings please take
%                       a look at the man page of 'XQueryColor'. All
%                       colors can be set for any workspace
%                       seperately.
%       <triple>        represents a set of three semicolon seperated
%                       integers. 
%       <float>         represents a floating point number. Please
%                       note that the decimal expected seperation
%                       character may differ with the
%                       internationalized version of (g)libc with
%                       different "LANG"-environments set (e.g. '.' as
%                       default but ',' for "LANG=de"). Admins of
%                       multilingual systems say thanx to the big
%                       internationalisationers of libc for this
%                       feature.
%       {X|Y|Z}         means one out of "X", "Y" or "Z".

%
% Read in system and user rc definitions.
%

% Initialize workspaces 
ReadFrom=/etc/X11/ude/uwmrc-ws.hook
ReadFrom=$HOME/.ude/config/uwmrc-ws.hook

% Read the autogenerated window managers
ReadFrom=/etc/X11/ude/uwmrc-wm.hook
ReadFrom=$HOME/.ude/config/uwmrc-wm.hook

% Read the general layout definitions
ReadFrom=/etc/X11/ude/uwmrc-layout.hook
ReadFrom=$HOME/.ude/config/uwmrc-layout.hook

% Read the uwm's behaviour definitions
ReadFrom=/etc/X11/ude/uwmrc-behaviour.hook
ReadFrom=$HOME/.ude/config/uwmrc-behaviour.hook
