The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

auto login with lxdm

asked Oct 15 '12

flipper T gravatar image

as title.

arch wiki for lxdm suggests editing /etc/lxdm/lxdm.conf

"session=/usr/bin/startlxde"

and changing "startlxde" to eg "startxfce4" etc.

i tried "starti3", but this does not work, logging into the default xfce desktop instead.

any help appreciated.

2 answers

Sort by » oldest newest most voted
1

answered Nov 13 '12

Klaas gravatar image

Basically, the Arch wiki page has all the info you need: https://wiki.archlinux.org/index.php/... "session=/usr/bin/i3" should work, but is only a fallback. Instead, you should configure your "~/.dmrc" as suggested on the wiki with:

[Desktop]
Session=i3

Since /usr/share/xsessions/i3.desktop should exist, this should set i3 as the wm for your user.

0

answered Oct 16 '12

Michael gravatar image

"starti3" is not the name of a binary in /usr/bin.

Instead, https://bbs.archlinux.org/viewtopic.p... and https://wiki.archlinux.org/index.php/... suggest that lxdm respects /usr/share/xsessions/*.desktop, so try session=i3 (there should also be an i3 entry in the session drop-down menu in LXDM).

This is all speculative since I don’t use LXDM.

Question Tools

Stats

Asked: Oct 15 '12

Seen: 1,121 times

Last updated: Nov 13 '12