From 9fb6e95d7213c1adf682f3dcbccedc114a2efce5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 24 Jan 2026 18:46:25 +0800 Subject: [PATCH] fix: convert encoding to utf-8 (a bug introduced by AI) --- hosts/idols-ai/niri-hardware.kdl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/idols-ai/niri-hardware.kdl b/hosts/idols-ai/niri-hardware.kdl index 97ed613d..c2e34bb4 100644 --- a/hosts/idols-ai/niri-hardware.kdl +++ b/hosts/idols-ai/niri-hardware.kdl @@ -23,12 +23,13 @@ output "DP-2" { // The cursor can only move between directly adjacent outputs. // Output scale has to be taken into account for positioning: // outputs are sized in logical, or scaled, pixels. - // For example, a 3840×2160 output with scale 2.0 will have a logical size of 1920×1080, + // For example, a 3840×2160 output with scale 2.0 will have a logical size of 1920×1080, // so to put another output directly adjacent to it on the right, set its x to 1920. // It the position is unset or results in an overlap, the output is instead placed // automatically. position x=0 y=0 } + output "HDMI-A-1" { scale 1.5 transform "normal" @@ -44,4 +45,4 @@ workspace "5music" { open-on-output "DP-2"; } workspace "1terminal" { open-on-output "HDMI-A-1"; } workspace "3chat" { open-on-output "HDMI-A-1"; } workspace "6file" { open-on-output "HDMI-A-1"; } -workspace "0other" { open-on-output "HDMI-A-1"; } \ No newline at end of file +workspace "0other" { open-on-output "HDMI-A-1"; }