system changes
This commit is contained in:
parent
581e131577
commit
26e9fec597
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ Enable Aerospace as a window manager for macOS. I have disabled gaps, move the m
|
|||
on-focus-changed = [
|
||||
"move-mouse window-lazy-center"
|
||||
];
|
||||
on-window-detected = [
|
||||
{
|
||||
"if".app-name-regex-substring = "mpv";
|
||||
run = [
|
||||
"layout floating"
|
||||
];
|
||||
}
|
||||
];
|
||||
workspace-to-monitor-force-assignment = {
|
||||
"1" = "main";
|
||||
"2" = "main";
|
||||
|
|
Loading…
Add table
Reference in a new issue