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?
Asked
Active
Viewed 137 times
1 Answers
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: