mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix(aerospace): apple messages floating
This commit is contained in:
parent
571328d2bf
commit
85a9889d0a
1 changed files with 5 additions and 0 deletions
|
|
@ -110,6 +110,11 @@
|
||||||
check-further-callbacks = true;
|
check-further-callbacks = true;
|
||||||
run = ["layout floating"];
|
run = ["layout floating"];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
"if".app-id = "com.apple.MobileSMS";
|
||||||
|
check-further-callbacks = true;
|
||||||
|
run = ["layout floating"];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue