1
1
Fork 0

ghostty: disable quit confirmation and increase scroll distance

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-20 17:29:26 -06:00
parent 39503b9f3b
commit bcefcb258a
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -28,6 +28,9 @@ in {
# https://ghostty.org/docs/config/reference#adw-toolbar-style
adw-toolbar-style = "flat";
# https://ghostty.org/docs/config/reference#confirm-close-surface
confirm-close-surface = false;
# https://ghostty.org/docs/config/reference#cursor-style-blink
cursor-style-blink = false;
@ -49,6 +52,9 @@ in {
# https://ghostty.org/docs/config/reference#mouse-hide-while-typing
mouse-hide-while-typing = true;
# https://ghostty.org/docs/config/reference#mouse-scroll-multiplier
mouse-scroll-multiplier = 2;
# https://ghostty.org/docs/config/reference#shell-integration-features
shell-integration-features = "no-cursor";