From 7a844ee3cbabebe39d9439cfa12a4458440e6276 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 Jan 2026 21:03:02 +0100 Subject: [PATCH] chore: disable `eDP-1` on `sakura` when connected to monitor at main desk --- modules/home/kanshi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/kanshi.nix b/modules/home/kanshi.nix index 015b7b7..f7c1f6c 100644 --- a/modules/home/kanshi.nix +++ b/modules/home/kanshi.nix @@ -86,7 +86,7 @@ } { criteria = "eDP-1"; - status = if (host == "sakura") then "enable" else "disable"; + status = if (host == "sakura") then "disable" else "disable"; position = if (host == "sakura") then "152,1440" else "300,1440"; } ];