Difference between revisions of "LightDM Auto Login"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
imported>Pavbaranov (Undo revision 8175 by Pavbaranov (talk)) |
imported>Aaditya |
||
Line 1: | Line 1: | ||
= Open the LightDM Configuration File = | = Open the LightDM Configuration File = | ||
Line 18: | Line 11: | ||
Otherwise, you may find it easier to read and edit the file by using gedit, which | Otherwise, you may find it easier to read and edit the file by using gedit (or '''mousepad''' in recent releases), which is a graphical text editor: | ||
sudo gedit /etc/lightdm/lightdm.conf | sudo gedit /etc/lightdm/lightdm.conf | ||
Line 25: | Line 18: | ||
= Set Autologin = | = Set Autologin = | ||
See https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin | |||
Reboot your system | Reboot your system to see if it works as intended. | ||
[[Category:Contents Page]] | [[Category:Contents Page]] |
Revision as of 13:29, 14 April 2015
Open the LightDM Configuration File
The syntax the command to edit the LightDM configuration file is:
sudo [text editor] /etc/lightdm/lightdm.conf
To use nano (the default text-based terminal editor) enter the command:
sudo nano /etc/lightdm/lightdm.conf
Otherwise, you may find it easier to read and edit the file by using gedit (or mousepad in recent releases), which is a graphical text editor:
sudo gedit /etc/lightdm/lightdm.conf
Set Autologin
See https://wiki.archlinux.org/index.php/LightDM#Enabling_autologin
Reboot your system to see if it works as intended.