I'm using Ubuntu 14.04 and wanted to change the default Unity/Compiz window manager. I've went through the LightDM documentation and saw a related question, but I still can't make it work (I tried to switch both to xmonad and i3).
In my /usr/share/xsessions/
I see the desktop files (for both i3 and xmonad), and I created a file /etc/lightdm/lightdm.conf.d/50-i3.conf
with the following content:
[SeatDefaults]
user-session=i3
Still, after rebooting I don't get i3 (same goes for xmonad). I'm not sure how to debug this problem.
Any help will be appreciated.