From d7b0568a72e3d62597756b2df38fa689845b157b Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 7 Nov 2024 09:36:45 +0900 Subject: [PATCH] fix --- content/m/arch.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/m/arch.md b/content/m/arch.md index 478e346..0af6107 100644 --- a/content/m/arch.md +++ b/content/m/arch.md @@ -693,8 +693,16 @@ xset s off -dpms $ vim /etc/X11/xorg.conf.d/10-monitor.conf Section "Monitor" + Identifier "LVDS0" Option "DPMS" "false" EndSection +Section "ServerLayout" + Identifier "ServerLayout0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "BlankTime" "0" +EndSection ``` ### 蓋を閉じてもsleepしないようにする