updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / unity / unity.sh
blob18d3fb433e34bcef7cd746bf927d5fb497fcb96c
1 # This file is sourced by Xsession(5), not executed.
2 # Select unity profile if we are in the default session.
3 # The default profile is used otherwise.
5 if [ "x$DESKTOP_SESSION" = "xunity" ]; then
6 COMPIZ_CONFIG_PROFILE="unity"
7 export COMPIZ_CONFIG_PROFILE
8 fi