-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.ini
More file actions
34 lines (25 loc) · 853 Bytes
/
config.example.ini
File metadata and controls
34 lines (25 loc) · 853 Bytes
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
[default]
# Enable/disable image preloading.
preload = true
# Enable/disable dithering.
dither = false
# Enable/disable alternate screen buffer.
alt_screen = true
# Improve UI appearance on some terminals (may reduce performance).
clear_workaround = false
# Quality/speed tradeoff (1-9).
work_factor = 9
# Output protocol: auto, text, sixel, kitty, iterm2.
protocol = auto
# Gamma correction for image rendering (>0 and <=5).
gamma = 1.0
# Per-terminal overrides based on environment values.
# The first matching group in TERM_PROGRAM, LC_TERMINAL, TERMINAL_NAME, TERM is applied.
# Example group names: xterm-kitty, alacritty, WarpTerminal.
[WezTerm]
# Prefer iTerm2 protocol for better animated image playback in WezTerm.
protocol = iterm2
[WarpTerminal]
# Example: enable clear workaround in Warp.
alt_screen = false
clear_workaround = true