Skip to content

Commit 9e959bc

Browse files
CopticFeloCarterLi
authored andcommitted
WM (MacOS): Added Aerospace WM detection
1 parent e68406e commit 9e959bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/wm/wm_apple.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
!ffStrEqualsIgnCase(comm, "kwm") &&
3131
!ffStrEqualsIgnCase(comm, "chunkwm") &&
3232
!ffStrEqualsIgnCase(comm, "yabai") &&
33+
!ffStrEqualsIgnCase(comm, "aerospace") &&
3334
!ffStrEqualsIgnCase(comm, "rectangle")
3435
) continue;
3536

0 commit comments

Comments
 (0)