From 7a11188dd980b7aa4e8c28b29895a178b6388516 Mon Sep 17 00:00:00 2001 From: atdunbg Date: Sun, 28 Jun 2026 12:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hypr/conf/monitors.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改 主屏幕默认不关闭 --- hypr/conf/monitors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/conf/monitors.lua b/hypr/conf/monitors.lua index 2b81501..3478a4f 100644 --- a/hypr/conf/monitors.lua +++ b/hypr/conf/monitors.lua @@ -2,7 +2,7 @@ -- eDP-1: 内置 2560x1600@165Hz hl.monitor({ - disabled = true, + -- disabled = true, output = "eDP-1", mode = "2560x1600@165", position = "auto",