From 4a13c01922d7e72011a85adda62037be12b2efd1 Mon Sep 17 00:00:00 2001 From: Akina Date: Sat, 23 May 2026 15:32:21 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BD=BF=E7=94=A8=20include=20?= =?UTF-8?q?=E5=BC=95=E5=85=A5=20DMS=20=E7=AE=A1=E7=90=86=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=99=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.kdl | 4 ++++ dms/outputs.kdl | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/config.kdl b/config.kdl index e5b361b..f193474 100644 --- a/config.kdl +++ b/config.kdl @@ -623,3 +623,7 @@ binds { // moving the mouse or pressing any other key. Mod+Shift+P { power-off-monitors; } } + +include "dms/outputs.kdl" + +include "dms/cursor.kdl" diff --git a/dms/outputs.kdl b/dms/outputs.kdl index e69de29..aa97fea 100644 --- a/dms/outputs.kdl +++ b/dms/outputs.kdl @@ -0,0 +1,16 @@ +// Auto-generated by DMS - do not edit manually + +output "HKC OVERSEAS LIMITED 27E1Q 0000000000001" { + mode "2560x1440@144.000" + scale 1 + position x=0 y=0 +} + +output "HKC OVERSEAS LIMITED 25E3Q 0000000000001" { + mode "2560x1440@144.002" + scale 1 + transform "270" + position x=2560 y=0 + variable-refresh-rate on-demand=true +} +