0

Learning about the Xmonad session, I downloaded it, but as of now I am unable to change session due to Macbuntu theme as it has no such selection criteria in Login screen, is there anyway to change session using CLI?

T3J45
  • 176
  • 2
  • 11

1 Answers1

0

What about:

gnome-session --session=xmonad

Also consider looking at man gnome-session

From: How do I change the default session for when using auto-logins?

i.e.

sudo nano /etc/lightdm/lightdm.conf

change the line

user-session=ubuntu

But in this case you would change the line that says user-session to: user-session=xmonad

Similar questions:

jmunsch
  • 2,213
  • 1
  • 22
  • 29