From c81537697d8891d8455ef7d43e002292a1d971af Mon Sep 17 00:00:00 2001 From: cydiralis Date: Fri, 27 Jun 2025 14:27:11 +0100 Subject: [PATCH] kanshi config for desktop, possibly not working correctly because of index --- home/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index 9bcef9c..bca397e 100644 --- a/home/default.nix +++ b/home/default.nix @@ -98,8 +98,9 @@ { profile.name = "alyx-desktop"; profile.outputs = [ - { criteria = "Something Something I Suppose"; position = "0,0"; } - { criteria = "I Suppose Yeah"; position = "0,0"; } + { criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; } + { criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; } + { criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; } ]; } ];