chore: disable eDP-1 on sakura when connected to monitor at main desk

This commit is contained in:
Ahwx 2026-01-26 21:03:02 +01:00
parent 4846b393d0
commit 7a844ee3cb

View file

@ -86,7 +86,7 @@
} }
{ {
criteria = "eDP-1"; 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"; position = if (host == "sakura") then "152,1440" else "300,1440";
} }
]; ];