# This file is sourced by Xsession(5), not executed.
# Select unity profile if we are in the default session.
# The default profile is used otherwise.
if [ "x$DESKTOP_SESSION" = "xubuntu" ]; then
COMPIZ_CONFIG_PROFILE="ubuntu"
export COMPIZ_CONFIG_PROFILE
fi
|