Prohibited raspberry PI sleeping
- Open Terminal enter this command
nanolink 1
2
3
4
5
6
7
8
9
10
2. Press **"Ctrl + w"** find ==[Seat:*]==, after this few lines you will see
```# xserver-command=X```
change it into
```xserver-command = X -s 0 -dpms```
it means to Close the screen saver and Display Power Management Signaling.
3. > ```reboot