Skip to content

Commit e2c6d11

Browse files
ghostty: default config
1 parent d45d04d commit e2c6d11

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.config/ghostty/config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
background-opacity = 1.0
2+
scrollback-limit = 100000000 # ~100mb per terminal
3+
scrollbar = system
4+
5+
# Automatically injected for bash, zsh, fish, and elvish
6+
shell-integration = detect
7+
shell-integration-features = cursor,sudo,title
8+
9+
# Window theme
10+
window-theme = system
11+
12+
# Shadder
13+
custom-shader-animation = false
14+

.config/ghostty/config_linux

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Single process improves perf/memory usage
2+
# src: https://michaelbommarito.com/wiki/programming/tools/ghostty-configuration/
3+
# - startup time: 500ms → 50ms
4+
# - memory usage: 50mb per window → 5mb per window
5+
gtk-single-instance = desktop
6+

0 commit comments

Comments
 (0)