From 3ce73fb38157952b7d4639616ea10386664a8e72 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sun, 10 Mar 2024 13:52:23 +0100 Subject: [PATCH] fix: kanshi not recognizing external displays --- users/gandalf/modules/gui/sway/kanshi.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/users/gandalf/modules/gui/sway/kanshi.nix b/users/gandalf/modules/gui/sway/kanshi.nix index 48b7446..7059db8 100644 --- a/users/gandalf/modules/gui/sway/kanshi.nix +++ b/users/gandalf/modules/gui/sway/kanshi.nix @@ -14,6 +14,7 @@ ]; }; + /* gaming = { outputs = [ { @@ -36,6 +37,7 @@ } ]; }; + */ station = { outputs = [ @@ -44,19 +46,22 @@ status = "disable"; } { - criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL"; + criteria = "DP-3"; + # criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL"; status = "enable"; mode = "1920x1080"; position = "0,0"; } { - criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L"; + criteria = "DP-2"; + # criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L"; status = "enable"; mode = "1920x1080"; position = "1920,0"; } { - criteria = "HJW VGA TO HDMI 0x00000100"; + criteria = "VGA-1"; + # criteria = "HJW VGA TO HDMI 0x00000100"; status = "enable"; mode = "1920x1080"; position = "3840,0";