[modify] add comments about laptop lid

This commit is contained in:
gitea 2023-07-26 09:26:48 +08:00
parent 1ab7a327ca
commit 6e50da6f8d

View File

@ -42,6 +42,18 @@ ABORT=9
# lack of bluetooth drivers and wireless net card(Intel AX101)drivers -- ibt-0040-1050.sfi # lack of bluetooth drivers and wireless net card(Intel AX101)drivers -- ibt-0040-1050.sfi
# cp ibt-0040-0041.sfi ibt-0040-1050.sfi # cp ibt-0040-0041.sfi ibt-0040-1050.sfi
# cp ibt-0040-0041.ddc ibt-0040-1050.ddc # cp ibt-0040-0041.ddc ibt-0040-1050.ddc
# -------------------------------------------------------------------------------------------------------------
# do nothing when closing laptop lid
# Firstly, edit file /etc/systemd/logind.conf
# HandleLidSwitch=ignore
# HandleLidSwitchExternalPower=ignore
# HandleLidSwitchDocked=ignore
# LidSwitchIgnoreInhibited=yes
#
# Candidate: suspend/lock/ignore/poweroff/hibernate
#
# Secondly, reboot the system
# ============================================================================================================= # =============================================================================================================
# This script must be executed by root privilege # This script must be executed by root privilege