--- xsession 2012-04-10 16:19:44.000000000 +0300 +++ /etc/lightdm/xsession 2012-07-24 16:25:30.000000000 +0300 @@ -44,7 +44,7 @@ # Run all system xinitrc shell scripts. xinitdir="/etc/X11/xinit/xinitrc.d" if [ -d "$xinitdir" ]; then - for script in $xinitdir/*; do + for script in $xinitdir/* "$HOME/.xinitrc"; do echo "Loading xinit script $script" if [ -x "$script" -a ! -d "$script" ]; then . "$script"