GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ICEWM-ENV(5) Standards, Environments and Macros ICEWM-ENV(5)

 icewm-env - icewm environment configuration file

 $ICEWM_PRIVCFG/env
 $XDG_CONFIG_HOME/icewm/env
 $HOME/.icewm/env
 /usr/local/etc/icewm/env
 /usr/local/share/icewm/env

icewm-session(1) loads additional environment variables from the file env before it does anything else. These variables are then propagated to all other processes, including icewm(1), via their environment.

Each line is subjected to POSIX shell expansion by wordexp(3). Comment lines starting by a hash-sign ("#") are ignored. icewm-session(1) will load those expanded lines which contain a name, followed by an equals sign, followed by the value (which may be empty).

 # This is a comment.
 # And another.

 XDG_CURRENT_DESKTOP="ICEWM"
 XDG_MENU_PREFIX="unexicon-"

 START_DATE=`date`
 START_FROM=`pwd`

icewm-session(1) looks for the env file in the following locations:

 $ICEWM_PRIVCFG/env
 $XDG_CONFIG_HOME/icewm/env
 $HOME/.icewm/env
 /usr/local/etc/icewm/env
 /usr/local/share/icewm/env

The locations are searched in the order listed; the first file found is read and the remainder ignored.

icewm(1), icewm-session(1), icewm-startup(5).

Brian Bidulock <mailto:bidulock@openss7.org>.

IceWM is licensed under the GNU Library General Public License. See the COPYING file in the distribution.
2022-02-23 icewm 2.9.6

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.