Skip to content

Commit

Permalink
Always tile Ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Jul 27, 2024
1 parent 760dfc3 commit 3192adf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/AppBundle/tree/MacWindow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ func shouldFloat(_ axWindow: AXUIElement, _ app: MacApp) -> Bool { // Note: a lo

// Terminal apps and Emacs have an option to hide their title bars
app.id != "org.alacritty" &&
app.id != "net.kovidgoyal.kitty" && // ~/.config/kitty/kitty.conf hide_window_decorations titlebar-and-corners
app.id != "net.kovidgoyal.kitty" && // ~/.config/kitty/kitty.conf: hide_window_decorations titlebar-and-corners
app.id != "com.mitchellh.ghostty" && // ~/.config/ghostty/config: window-decoration = false
app.id != "com.github.wez.wezterm" &&
app.id != "com.googlecode.iterm2" &&
app.id != "org.gnu.Emacs" {
Expand Down

0 comments on commit 3192adf

Please sign in to comment.