mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
chore: disable eDP-1 on sakura when connected to monitor at main desk
This commit is contained in:
parent
4846b393d0
commit
7a844ee3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue