I want to have my Ubuntu 18.04.1 system autologin into i3, but all attempts were failures and gdm keeps booting into gnome :( Things I've tried:
- I've created
.xinitrc
that launchedi3
(it worked with startx command, but wasn't a default variant for gdm) - Made a symlink to
.xsession
ln -s .xinitrc .xsession
Added
~/.dmrc
file with[Desktop]
Session=i3
Wrote
DefaultSession=i3
line into[daemon]
section of/etc/gdm3/custom.conf
- I tried doing alternatives with
update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/share/xsessions/i3.desktop 48
and thenupdate-alternatives --config x-session-manager
with selection of that entry - Tried
update-alternatives --config x-window-manager
and seti3
None of that helped, what am I doing wrong?