diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 15:25:26 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-11 15:25:26 -0600 |
commit | 26e9fec597ae513c552e73b6d401297b0119c583 (patch) | |
tree | 3ad24062b2747e19c9ac631ab1676666a3b7d083 /macos.local | |
parent | 581e13157792d545db4fd1600b63d8bfde980296 (diff) |
system changes
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/.flake/system/aerospace.nix.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org index e83f4a1..a0c72df 100644 --- a/macos.local/.flake/system/aerospace.nix.org +++ b/macos.local/.flake/system/aerospace.nix.org @@ -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"; |