Skip to content

Commit

Permalink
Tile ActivityMonitor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Feb 17, 2024
1 parent b358e16 commit 2cf6311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tree/MacWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ func shouldFloat(_ axWindow: AXUIElement, _ app: MacApp) -> Bool { // Note: a lo
app.id != "org.videolan.vlc" && // VLC has its own implementation of fullscreen
app.id != "com.valvesoftware.steam" && // Steam doesn't show fullscreen button
app.id != "org.gimp.gimp-2.10" && // Gimp doesn't show fullscreen button
app.id != "com.apple.ActivityMonitor" && // Activity Monitor doesn't show fullscreen button

// Terminal apps and Emacs have an option to hide their title bars
app.id != "org.alacritty" &&
Expand Down

0 comments on commit 2cf6311

Please sign in to comment.