ghostty: disable quit confirmation and increase scroll distance
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
39503b9f3b
commit
bcefcb258a
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue