Some settings for the Raspbian on Raspberry Pi

Note: This blog will keep updating some setting tips when use the Raspbian on raspberry Pi.

Tips 1: on Raspbian, it is set to double click to open file by default. the method to set single click to open file:
(1) Open terminal and modify file (user Pi user authorization):
nano /home/pi/.config/libfm/libfm.conf
(2) Change the statement: single_click =0 to single_click=1, then save and exit
(3) reboot your pi

Tips 2: Keep your Raspberry Pi display lighting all the time
If there isn't any operation, the raspberry Pi will turn off the display automatically, sometimes we want to make our screen keep lighting all the time, you can set as below:
Open the modify the lightdm.conf file
sudo vi /etc/lightdm/lightdm.conf
Find the option server-command which is under [SeatDefaults]
change the statement #xserver-command=X to xserver-command=X -s 0 -dpms
And reboot.
Author say:  Anyone who have some funny tips of raspberry could share at the review. 

评论

此博客中的热门博文

Make a new larger font for Waveshare SPI e-Paper

Raspberry Pi drive 1.44inch LCD HAT with fbtft

Touch Rotating for Waveshare LCD (Modify libinput parameters )