=pod =head2 NAME icewm-env - icewm environment configuration file =head2 SYNOPSIS $ICEWM_PRIVCFG/env $XDG_CONFIG_HOME/icewm/env $HOME/.icewm/env /etc/icewm/env /usr/share/icewm/env =head2 DESCRIPTION L loads additional environment variables from the file F before it does anything else. These variables are then propagated to all other processes, including L, via their environment. =head2 FORMAT Each line is subjected to POSIX shell expansion by L. Comment lines starting by a hash-sign (C<#>) are ignored. L will load those expanded lines that contain a name, followed by an equals sign, followed by the value (which may be empty). The word B begins a line with names to be removed from the environment. =head2 EXAMPLES # This is a comment. # And another. XDG_CURRENT_DESKTOP="ICEWM" XDG_MENU_PREFIX="unexicon-" START_DATE=`date` START_FROM=`pwd` =head2 FILES L looks for the F file in the following locations: $ICEWM_PRIVCFG/env $XDG_CONFIG_HOME/icewm/env $HOME/.icewm/env /etc/icewm/env /usr/share/icewm/env The locations are searched in the order listed; the first file found is read and the remainder ignored. =head2 SEE ALSO L, L, L. =head2 AUTHOR Brian Bidulock L. =head2 LICENSE B is licensed under the GNU Library General Public License. See the F file in the distribution. =cut # vim: set sw=4 tw=72 nocin spell spelllang=en_ca: