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しないようにする