Skip to content

Commit ea5893f

Browse files
committed
fix(ghostty): Remove opacity
It breaks the tabs ghostty-org/ghostty#3049
1 parent eba67f4 commit ea5893f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/ghostty/config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ window-colorspace = display-p3
2121
window-decoration = true
2222
window-theme = auto
2323
window-save-state = default
24-
background-opacity = 0.95
24+
# FIXME: https://github.com/ghostty-org/ghostty/issues/3049
25+
# background-opacity = 0.95
2526
window-padding-x = 8
2627
window-padding-y = 8
2728
window-width = 1200

0 commit comments

Comments
 (0)