From 57530b55aeed3401fe06b6e360505adcee57836a Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 28 Jun 2025 23:08:41 +0100 Subject: [PATCH] really wanted to try this 4:3 monitor, so its replaced the ultrawide for the moment, kanshi configuration for my desktop updated accordingly --- home/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 77e6f4c..4da5535 100644 --- a/home/default.nix +++ b/home/default.nix @@ -99,7 +99,8 @@ profile.name = "alyx-desktop"; profile.outputs = [ { 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 = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; } + { criteria = "Hewlett Packard HP LP2065 PLG74603TL"; position = "0,0"; } { criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; } ]; }