-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
102 lines (80 loc) · 2.12 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Font configuration
font-family = JetBrains Mono
font-style = regular
font-style-bold = bold
font-style-italic = italic
font-style-bold-italic = bold-italic
font-size = 10
font-feature =
font-synthetic-style = bold,italic,bold-italic
# Theme
theme = AlienBlood
#theme = Brogrammer
#theme = Laser
# Build
gtk-adwaita = true
gtk-custom-css = true
gtk-wide-tabs = true
# Clipboard
clipboard-read = allow
clipboard-write = allow
clipboard-trim-trailing-spaces = true
clipboard-paste-protection = true
# Text rendering
text-blending = native
grapheme-width-method = unicode
# Window appearance
window-width = 0
window-height = 0
window-padding-x = 12
window-padding-y = 12
window-decoration = true
background-opacity = 0.90
# Mouse behavior
mouse-hide-while-typing = true
mouse-scroll-multiplier = 1.5
# Terminal features
shell-integration-features = no-cursor,sudo
desktop-notifications = true
bold-is-bright = true
term = xterm-256color
# Cursor
cursor-style = bar
cursor-text = 000000
cursor-color = 50fa7b
# Etc
abnormal-command-exit-runtime = 250
scrollback-limit = 10000000
link-url = true
maximize = false
fullscreen = false
title =
class =
x11-instance-name =
working-directory =
# Shader configuration
# Uncomment only ONE shader at a time!
# Galaxy (not my work)
custom-shader = ~/.config/ghostty/shaders/solar.glsl
# Original Trippy
#custom-shader = ~/.config/ghostty/shaders/trippy.glsl
# Matrix Digital Rain
#custom-shader = ~/.config/ghostty/shaders/matrix_rain.glsl
# Glitch CRT
#custom-shader = ~/.config/ghostty/shaders/glitch_crt.glsl
# Liquid Neon
#custom-shader = ~/.config/ghostty/shaders/liquid_neon.glsl
# Kaleidoscope
#custom-shader = ~/.config/ghostty/shaders/kaleidoscope.glsl
# Vaporwave
#custom-shader = ~/.config/ghostty/shaders/vaporwave.glsl
# Plasma Wave
#custom-shader = ~/.config/ghostty/shaders/plasma_wave.glsl
# Quantum Field
#custom-shader = ~/.config/ghostty/shaders/quantum_field.glsl
# Cyberpunk City
#custom-shader = ~/.config/ghostty/shaders/cyberpunk_city.glsl
# Fractal Tunnel
#custom-shader = ~/.config/ghostty/shaders/fractal_tunnel.glsl
# Keep animation enabled for all shaders
#custom-shader-animation = true