Skip to content

Commit

Permalink
remove Wallpaper window for Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Jun 25, 2023
1 parent 8d618ba commit e53c9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WooshyWindowToTheForeground/Menus/Entrance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ extension Entrance {
(kCGWindowBounds.Width > 37 && kCGWindowBounds.Height > 37)
&& kCGWindowOwnerName != "Alfred"
&& kCGWindowOwnerName != "Notification Center"
&& kCGWindowOwnerName != "Wallpaper"
&& kCGWindowAlpha > 0
""")) as NSArray? else { return nil }

Expand Down

0 comments on commit e53c9d3

Please sign in to comment.