home/kanshi: drop
This commit is contained in:
parent
3df7ee005c
commit
c158f2d81b
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
settings = [
|
||||
{
|
||||
profile.name = "internal";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
profile.name = "external";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
}
|
||||
{
|
||||
criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959";
|
||||
mode = "2560x1440@119.998";
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue