From 2fcf199308a245f5926b77b17e6e8e6dcc065b68 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 15 May 2025 19:30:33 -0500 Subject: [PATCH] center primary monitor at 0,0, fixes some SDL cursor mappinmg issues --- hosts/adventurer.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/adventurer.toml b/hosts/adventurer.toml index 1c82fe6..50a4337 100644 --- a/hosts/adventurer.toml +++ b/hosts/adventurer.toml @@ -9,12 +9,12 @@ background_path = "~/.local/share/backgrounds/adventurer/full.jpg" [[outputs]] match = "LG Electronics LG ULTRAWIDE 312NTYT34842" -position = [0, 1080] +position = [0, 0] mode = "3440x1440@160Hz" [[outputs]] match = "ASUSTek COMPUTER INC VG258 M1LMQS004947" -position = [0, 0] +position = [0, -1080] mode = "1920x1080@165Hz" background_path = "~/.local/share/backgrounds/adventurer/l.jpg"