Skip to content

Commit

Permalink
feat(ghostty): do not ask to confirm close
Browse files Browse the repository at this point in the history
I know what I'm doing
  • Loading branch information
caarlos0 committed Nov 17, 2023
1 parent f7abb23 commit 4074eef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/ghostty/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# vi:ft=conf
#
# https://github.com/mitchellh/ghostty/blob/main/src/config/Config.zig
#

window-theme = "dark"
confirm-close-surface = false
macos-option-as-alt = true
mouse-hide-while-typing = true
shell-integration = none
Expand All @@ -11,7 +15,7 @@ clipboard-read = "allow"
clipboard-paste-protection = false

font-family = "Berkeley Mono"
font-size = 16
font-size = 15
font-feature = zero
font-feature = ss01
font-feature = ss02
Expand Down

0 comments on commit 4074eef

Please sign in to comment.