diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index a0417e9..a93408c 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -81,9 +81,9 @@ __version 1 only__ ## Disabling the screensaver _(Please note, you will need the x11-xserver-utils package installed.)_ -edit ~/.config/lxsession/LXDE-pi/autostart: +edit /etc/xdg/lxsession/LXDE-pi/autostart: ```` -sudo nano ~/.config/lxsession/LXDE-pi/autostart +sudo nano /etc/xdg/lxsession/LXDE-pi/autostart ```` Add the following lines: ````