Skip to content

Commit

Permalink
filer out HazeOver layer window
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Aug 10, 2024
1 parent e4c2764 commit 18a52c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions Sources/WooshyWindowToTheForeground/Menus/Entrance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ extension Entrance {
&& kCGWindowOwnerName != "Alfred"
&& kCGWindowOwnerName != "Notification Center"
&& kCGWindowOwnerName != "Wallpaper"
&& (kCGWindowOwnerName != "HazeOver" || kCGWindowAlpha = 1)
&& kCGWindowAlpha > 0
""")) as NSArray? else { return nil }

Expand Down

0 comments on commit 18a52c3

Please sign in to comment.