From 88255140d14b8e977999b91b557754fe7143b932 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Fri, 4 Apr 2025 20:02:03 -0500 Subject: [PATCH] adventurer: set up dual monitor layout --- hosts/adventurer.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/adventurer.toml b/hosts/adventurer.toml index d42a805..1c82fe6 100644 --- a/hosts/adventurer.toml +++ b/hosts/adventurer.toml @@ -8,8 +8,13 @@ match = "*" background_path = "~/.local/share/backgrounds/adventurer/full.jpg" [[outputs]] -match = "ASUSTek COMPUTER INC VG258 M1LMQS004947" +match = "LG Electronics LG ULTRAWIDE 312NTYT34842" position = [0, 1080] +mode = "3440x1440@160Hz" + +[[outputs]] +match = "ASUSTek COMPUTER INC VG258 M1LMQS004947" +position = [0, 0] mode = "1920x1080@165Hz" background_path = "~/.local/share/backgrounds/adventurer/l.jpg"