Created
July 11, 2023 15:13
-
-
Save oalders/0a2be66b5a47efaa56c67ba0f8a6804e to your computer and use it in GitHub Desktop.
wezterm debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log_unknown_escape_sequences: false, | |
integrated_title_button_alignment: Right, | |
integrated_title_button_style: Windows, | |
integrated_title_button_color: Auto, | |
font_dirs: [], | |
color_scheme_dirs: [], | |
dpi: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
400, | |
), | |
stretch: Normal, | |
style: Normal, | |
is_fallback: false, | |
is_synthetic: false, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
font_rules: [ | |
StyleRule { | |
intensity: Some( | |
Half, | |
), | |
underline: None, | |
italic: Some( | |
true, | |
), | |
blink: None, | |
reverse: None, | |
strikethrough: None, | |
invisible: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
200, | |
), | |
stretch: Normal, | |
style: Italic, | |
is_fallback: false, | |
is_synthetic: true, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
}, | |
StyleRule { | |
intensity: Some( | |
Half, | |
), | |
underline: None, | |
italic: Some( | |
false, | |
), | |
blink: None, | |
reverse: None, | |
strikethrough: None, | |
invisible: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
200, | |
), | |
stretch: Normal, | |
style: Normal, | |
is_fallback: false, | |
is_synthetic: true, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
}, | |
StyleRule { | |
intensity: Some( | |
Bold, | |
), | |
underline: None, | |
italic: Some( | |
false, | |
), | |
blink: None, | |
reverse: None, | |
strikethrough: None, | |
invisible: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
600, | |
), | |
stretch: Normal, | |
style: Normal, | |
is_fallback: false, | |
is_synthetic: true, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
}, | |
StyleRule { | |
intensity: Some( | |
Bold, | |
), | |
underline: None, | |
italic: Some( | |
true, | |
), | |
blink: None, | |
reverse: None, | |
strikethrough: None, | |
invisible: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
600, | |
), | |
stretch: Normal, | |
style: Italic, | |
is_fallback: false, | |
is_synthetic: true, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
}, | |
StyleRule { | |
intensity: Some( | |
Normal, | |
), | |
underline: None, | |
italic: Some( | |
true, | |
), | |
blink: None, | |
reverse: None, | |
strikethrough: None, | |
invisible: None, | |
font: TextStyle { | |
font: [ | |
FontAttributes { | |
family: "JetBrainsMono Nerd Font", | |
weight: FontWeight( | |
400, | |
), | |
stretch: Normal, | |
style: Italic, | |
is_fallback: false, | |
is_synthetic: true, | |
harfbuzz_features: None, | |
freetype_load_target: None, | |
freetype_render_target: None, | |
freetype_load_flags: None, | |
scale: None, | |
assume_emoji_presentation: None, | |
}, | |
], | |
foreground: None, | |
}, | |
}, | |
], | |
bold_brightens_ansi_colors: BrightAndBold, | |
colors: Some( | |
Palette { | |
foreground: None, | |
background: None, | |
cursor_fg: None, | |
cursor_bg: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7058824, | |
0.5568628, | |
0.6784314, | |
1.0, | |
), | |
}, | |
), | |
cursor_border: None, | |
selection_fg: None, | |
selection_bg: None, | |
ansi: None, | |
brights: None, | |
indexed: {}, | |
tab_bar: Some( | |
TabBarColors { | |
background: None, | |
active_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.47058824, | |
0.75686276, | |
0.8235294, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.2509804, | |
0.3019608, | |
0.37254903, | |
1.0, | |
), | |
}, | |
}, | |
), | |
inactive_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.32941177, | |
0.45490196, | |
0.54901963, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.8156863, | |
0.8156863, | |
0.8156863, | |
1.0, | |
), | |
}, | |
}, | |
), | |
inactive_tab_hover: None, | |
new_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.32941177, | |
0.45490196, | |
0.54901963, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.8156863, | |
0.8156863, | |
0.8156863, | |
1.0, | |
), | |
}, | |
}, | |
), | |
new_tab_hover: None, | |
inactive_tab_edge: None, | |
inactive_tab_edge_hover: None, | |
}, | |
), | |
scrollbar_thumb: None, | |
split: None, | |
visual_bell: None, | |
compose_cursor: None, | |
copy_mode_active_highlight_fg: None, | |
copy_mode_active_highlight_bg: None, | |
copy_mode_inactive_highlight_fg: None, | |
copy_mode_inactive_highlight_bg: None, | |
quick_select_label_fg: None, | |
quick_select_label_bg: None, | |
quick_select_match_fg: None, | |
quick_select_match_bg: None, | |
}, | |
), | |
switch_to_last_active_tab_when_closing_tab: false, | |
window_frame: WindowFrameConfig { | |
inactive_titlebar_bg: RgbColor { | |
bits: 3355443, | |
}, | |
active_titlebar_bg: RgbColor { | |
bits: 3355443, | |
}, | |
inactive_titlebar_fg: RgbColor { | |
bits: 13421772, | |
}, | |
active_titlebar_fg: RgbColor { | |
bits: 16777215, | |
}, | |
inactive_titlebar_border_bottom: RgbColor { | |
bits: 2826306, | |
}, | |
active_titlebar_border_bottom: RgbColor { | |
bits: 2826306, | |
}, | |
button_fg: RgbColor { | |
bits: 13421772, | |
}, | |
button_bg: RgbColor { | |
bits: 3355443, | |
}, | |
button_hover_fg: RgbColor { | |
bits: 16777215, | |
}, | |
button_hover_bg: RgbColor { | |
bits: 2039583, | |
}, | |
font: None, | |
font_size: None, | |
border_left_width: Pixels( | |
0.0, | |
), | |
border_right_width: Pixels( | |
0.0, | |
), | |
border_top_height: Pixels( | |
0.0, | |
), | |
border_bottom_height: Pixels( | |
0.0, | |
), | |
border_left_color: None, | |
border_right_color: None, | |
border_top_color: None, | |
border_bottom_color: None, | |
}, | |
char_select_font_size: 18.0, | |
char_select_fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.75, | |
0.75, | |
0.75, | |
1.0, | |
), | |
}, | |
char_select_bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.2, | |
0.2, | |
0.2, | |
1.0, | |
), | |
}, | |
command_palette_font_size: 14.0, | |
command_palette_fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.75, | |
0.75, | |
0.75, | |
1.0, | |
), | |
}, | |
command_palette_bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.2, | |
0.2, | |
0.2, | |
1.0, | |
), | |
}, | |
pane_select_font_size: 36.0, | |
pane_select_fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.75, | |
0.75, | |
0.75, | |
1.0, | |
), | |
}, | |
pane_select_bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.0, | |
0.0, | |
0.0, | |
0.5, | |
), | |
}, | |
tab_bar_style: TabBarStyle { | |
new_tab: " + ", | |
new_tab_hover: " + ", | |
window_hide: " . ", | |
window_hide_hover: " . ", | |
window_maximize: " - ", | |
window_maximize_hover: " - ", | |
window_close: " X ", | |
window_close_hover: " X ", | |
}, | |
resolved_palette: Palette { | |
foreground: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.84705883, | |
0.87058824, | |
0.9137255, | |
1.0, | |
), | |
}, | |
), | |
background: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.18039216, | |
0.20392157, | |
0.2509804, | |
1.0, | |
), | |
}, | |
), | |
cursor_fg: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.15686275, | |
0.15686275, | |
0.15686275, | |
1.0, | |
), | |
}, | |
), | |
cursor_bg: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7058824, | |
0.5568628, | |
0.6784314, | |
1.0, | |
), | |
}, | |
), | |
cursor_border: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.9254902, | |
0.9372549, | |
0.95686275, | |
1.0, | |
), | |
}, | |
), | |
selection_fg: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.29803923, | |
0.3372549, | |
0.41568628, | |
1.0, | |
), | |
}, | |
), | |
selection_bg: Some( | |
RgbaColor { | |
color: SrgbaTuple( | |
0.9254902, | |
0.9372549, | |
0.95686275, | |
1.0, | |
), | |
}, | |
), | |
ansi: Some( | |
[ | |
RgbaColor { | |
color: SrgbaTuple( | |
0.23137255, | |
0.25882354, | |
0.32156864, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7490196, | |
0.38039216, | |
0.41568628, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.6392157, | |
0.74509805, | |
0.54901963, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.92156863, | |
0.79607844, | |
0.54509807, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.5058824, | |
0.6313726, | |
0.75686276, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7058824, | |
0.5568628, | |
0.6784314, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.53333336, | |
0.7529412, | |
0.8156863, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.8980392, | |
0.9137255, | |
0.9411765, | |
1.0, | |
), | |
}, | |
], | |
), | |
brights: Some( | |
[ | |
RgbaColor { | |
color: SrgbaTuple( | |
0.29803923, | |
0.3372549, | |
0.41568628, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7490196, | |
0.38039216, | |
0.41568628, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.6392157, | |
0.74509805, | |
0.54901963, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.92156863, | |
0.79607844, | |
0.54509807, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.5058824, | |
0.6313726, | |
0.75686276, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.7058824, | |
0.5568628, | |
0.6784314, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.56078434, | |
0.7372549, | |
0.73333335, | |
1.0, | |
), | |
}, | |
RgbaColor { | |
color: SrgbaTuple( | |
0.9254902, | |
0.9372549, | |
0.95686275, | |
1.0, | |
), | |
}, | |
], | |
), | |
indexed: {}, | |
tab_bar: Some( | |
TabBarColors { | |
background: None, | |
active_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.47058824, | |
0.75686276, | |
0.8235294, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.2509804, | |
0.3019608, | |
0.37254903, | |
1.0, | |
), | |
}, | |
}, | |
), | |
inactive_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.32941177, | |
0.45490196, | |
0.54901963, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.8156863, | |
0.8156863, | |
0.8156863, | |
1.0, | |
), | |
}, | |
}, | |
), | |
inactive_tab_hover: None, | |
new_tab: Some( | |
TabBarColor { | |
intensity: Normal, | |
underline: None, | |
italic: false, | |
strikethrough: false, | |
bg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.32941177, | |
0.45490196, | |
0.54901963, | |
1.0, | |
), | |
}, | |
fg_color: RgbaColor { | |
color: SrgbaTuple( | |
0.8156863, | |
0.8156863, | |
0.8156863, | |
1.0, | |
), | |
}, | |
}, | |
), | |
new_tab_hover: None, | |
inactive_tab_edge: None, | |
inactive_tab_edge_hover: None, | |
}, | |
), | |
scrollbar_thumb: None, | |
split: None, | |
visual_bell: None, | |
compose_cursor: None, | |
copy_mode_active_highlight_fg: None, | |
copy_mode_active_highlight_bg: None, | |
copy_mode_inactive_highlight_fg: None, | |
copy_mode_inactive_highlight_bg: None, | |
quick_select_label_fg: None, | |
quick_select_label_bg: None, | |
quick_select_match_fg: None, | |
quick_select_match_bg: None, | |
}, | |
color_scheme: Some( | |
"nord", | |
), | |
color_schemes: {}, | |
scrollback_lines: 3500, | |
default_prog: None, | |
default_gui_startup_args: [ | |
"start", | |
], | |
default_cwd: None, | |
exit_behavior: Close, | |
exit_behavior_messaging: Verbose, | |
clean_exit_codes: [], | |
detect_password_input: true, | |
set_environment_variables: {}, | |
initial_rows: 24, | |
enable_kitty_graphics: true, | |
enable_kitty_keyboard: false, | |
enable_title_reporting: false, | |
initial_cols: 80, | |
hyperlink_rules: [ | |
Rule { | |
regex: \((\w+://\S+)\), | |
format: "$1", | |
highlight: 1, | |
}, | |
Rule { | |
regex: \[(\w+://\S+)\], | |
format: "$1", | |
highlight: 1, | |
}, | |
Rule { | |
regex: <(\w+://\S+)>, | |
format: "$1", | |
highlight: 1, | |
}, | |
Rule { | |
regex: \b\w+://\S+[)/a-zA-Z0-9-]+, | |
format: "$0", | |
highlight: 0, | |
}, | |
Rule { | |
regex: \b\w+@[\w-]+(\.[\w-]+)+\b, | |
format: "mailto:$0", | |
highlight: 0, | |
}, | |
], | |
term: "xterm-256color", | |
font_locator: FontConfig, | |
font_rasterizer: FreeType, | |
font_shaper: Harfbuzz, | |
display_pixel_geometry: RGB, | |
freetype_load_target: Normal, | |
freetype_render_target: None, | |
freetype_load_flags: DEFAULT, | |
freetype_interpreter_version: None, | |
freetype_pcf_long_family_names: false, | |
harfbuzz_features: [ | |
"kern", | |
"liga", | |
"clig", | |
], | |
front_end: WebGpu, | |
webgpu_power_preference: LowPower, | |
webgpu_force_fallback_adapter: false, | |
webgpu_preferred_adapter: None, | |
wsl_domains: None, | |
exec_domains: [], | |
serial_ports: [], | |
unix_domains: [ | |
UnixDomain { | |
name: "unix", | |
socket_path: None, | |
connect_automatically: false, | |
no_serve_automatically: false, | |
serve_command: None, | |
proxy_command: None, | |
skip_permissions_check: false, | |
read_timeout: 60s, | |
write_timeout: 60s, | |
local_echo_threshold_ms: None, | |
overlay_lag_indicator: false, | |
}, | |
], | |
ssh_domains: None, | |
ssh_backend: LibSsh, | |
tls_servers: [], | |
tls_clients: [], | |
ratelimit_mux_line_prefetches_per_second: 50, | |
mux_output_parser_buffer_size: 131072, | |
mux_output_parser_coalesce_delay_ms: 3, | |
mux_env_remove: [ | |
"SSH_AUTH_SOCK", | |
"SSH_CLIENT", | |
"SSH_CONNECTION", | |
], | |
keys: [], | |
key_tables: {}, | |
bypass_mouse_reporting_modifiers: SHIFT, | |
debug_key_events: false, | |
normalize_output_to_unicode_nfc: false, | |
disable_default_key_bindings: false, | |
leader: None, | |
disable_default_quick_select_patterns: false, | |
quick_select_patterns: [], | |
quick_select_alphabet: "asdfqwerzxcvjklmiuopghtybn", | |
mouse_bindings: [], | |
disable_default_mouse_bindings: false, | |
daemon_options: DaemonOptions { | |
pid_file: None, | |
stdout: None, | |
stderr: None, | |
}, | |
send_composed_key_when_left_alt_is_pressed: false, | |
send_composed_key_when_right_alt_is_pressed: true, | |
macos_forward_to_ime_modifier_mask: SHIFT, | |
treat_left_ctrlalt_as_altgr: false, | |
swap_backspace_and_delete: false, | |
enable_tab_bar: true, | |
use_fancy_tab_bar: true, | |
tab_bar_at_bottom: false, | |
mouse_wheel_scrolls_tabs: true, | |
show_tab_index_in_tab_bar: true, | |
show_tabs_in_tab_bar: true, | |
show_new_tab_button_in_tab_bar: true, | |
tab_and_split_indices_are_zero_based: false, | |
tab_max_width: 16, | |
hide_tab_bar_if_only_one_tab: false, | |
enable_scroll_bar: false, | |
min_scroll_bar_height: Cells( | |
0.5, | |
), | |
enable_wayland: true, | |
enable_zwlr_output_manager: false, | |
prefer_egl: true, | |
custom_block_glyphs: true, | |
anti_alias_custom_block_glyphs: true, | |
window_padding: WindowPadding { | |
left: Cells( | |
1.0, | |
), | |
top: Cells( | |
0.5, | |
), | |
right: Cells( | |
1.0, | |
), | |
bottom: Cells( | |
0.5, | |
), | |
}, | |
window_background_image: None, | |
window_background_gradient: None, | |
window_background_image_hsb: None, | |
foreground_text_hsb: HsbTransform { | |
hue: 1.0, | |
saturation: 1.0, | |
brightness: 1.0, | |
}, | |
background: [], | |
macos_window_background_blur: 0, | |
win32_system_backdrop: Auto, | |
win32_acrylic_accent_color: RgbaColor { | |
color: SrgbaTuple( | |
0.156863, | |
0.156863, | |
0.156863, | |
0.003922, | |
), | |
}, | |
window_background_opacity: 1.0, | |
inactive_pane_hsb: HsbTransform { | |
hue: 1.0, | |
saturation: 0.9, | |
brightness: 0.8, | |
}, | |
text_background_opacity: 1.0, | |
cursor_blink_rate: 800, | |
cursor_blink_ease_in: Linear, | |
cursor_blink_ease_out: Linear, | |
animation_fps: 10, | |
force_reverse_video_cursor: false, | |
default_cursor_style: SteadyBlock, | |
text_blink_rate: 500, | |
text_blink_ease_in: Linear, | |
text_blink_ease_out: Linear, | |
text_blink_rate_rapid: 250, | |
text_blink_rapid_ease_in: Linear, | |
text_blink_rapid_ease_out: Linear, | |
hide_mouse_cursor_when_typing: true, | |
periodic_stat_logging: 0, | |
scroll_to_bottom_on_input: true, | |
use_ime: true, | |
xim_im_name: None, | |
ime_preedit_rendering: Builtin, | |
use_dead_keys: true, | |
launch_menu: [], | |
use_box_model_render: false, | |
automatically_reload_config: true, | |
check_for_updates: true, | |
show_update_window: false, | |
check_for_updates_interval_seconds: 86400, | |
enable_csi_u_key_encoding: false, | |
window_close_confirmation: AlwaysPrompt, | |
native_macos_fullscreen_mode: false, | |
selection_word_boundary: " \t\n{[}]()\"'`", | |
enq_answerback: "", | |
adjust_window_size_when_changing_font_size: None, | |
tiling_desktop_environments: [ | |
"X11 LG3D", | |
"X11 bspwm", | |
"X11 i3", | |
"X11 dwm", | |
], | |
use_resize_increments: false, | |
alternate_buffer_wheel_scroll_speed: 3, | |
status_update_interval: 1000, | |
experimental_pixel_positioning: false, | |
bidi_enabled: false, | |
bidi_direction: LeftToRight, | |
skip_close_confirmation_for_processes_named: [ | |
"bash", | |
"sh", | |
"zsh", | |
"fish", | |
"tmux", | |
"nu", | |
"nu.exe", | |
"cmd.exe", | |
"pwsh.exe", | |
"powershell.exe", | |
], | |
quit_when_all_windows_are_closed: true, | |
warn_about_missing_glyphs: true, | |
sort_fallback_fonts_by_coverage: false, | |
search_font_dirs_for_fallback: false, | |
use_cap_height_to_scale_fallback_fonts: false, | |
swallow_mouse_click_on_pane_focus: false, | |
swallow_mouse_click_on_window_focus: false, | |
pane_focus_follows_mouse: false, | |
unzoom_on_switch_pane: true, | |
max_fps: 60, | |
shape_cache_size: 1024, | |
line_state_cache_size: 1024, | |
line_quad_cache_size: 1024, | |
line_to_ele_shape_cache_size: 1024, | |
glyph_cache_image_cache_size: 256, | |
visual_bell: VisualBell { | |
fade_in_duration_ms: 0, | |
fade_in_function: Ease, | |
fade_out_duration_ms: 0, | |
fade_out_function: Ease, | |
target: BackgroundColor, | |
}, | |
audible_bell: SystemBeep, | |
canonicalize_pasted_newlines: None, | |
unicode_version: 9, | |
treat_east_asian_ambiguous_width_as_wide: false, | |
allow_download_protocols: true, | |
allow_win32_input_mode: true, | |
default_domain: None, | |
default_workspace: None, | |
xcursor_theme: None, | |
xcursor_size: None, | |
key_map_preference: Mapped, | |
quote_dropped_files: SpacesOnly, | |
ui_key_cap_rendering: UnixLong, | |
palette_max_key_assigments_for_action: 1, | |
ulimit_nofile: 2048, | |
ulimit_nproc: 2048, | |
}, | |
generation: 1, | |
} | |
opts: Opt { | |
skip_config: false, | |
config_file: None, | |
config_override: [], | |
attach_parent_console: false, | |
cmd: None, | |
} | |
11:11:56.911 TRACE wezterm_gui > TryPathOrPublish("/run/user/1000/wezterm/gui-sock-7968") | |
11:11:56.912 TRACE wezterm_client::client > connect to Socket("/run/user/1000/wezterm/gui-sock-7968") | |
11:11:56.912 TRACE mux::connui > Output: [Text("Connect to Socket(\"/run/user/1000/wezterm/gui-sock-7968\")\r\n")] | |
11:11:56.912 TRACE polling::epoll > add: epoll_fd=5, fd=10, ev=Event { key: 0, readable: false, writable: false } | |
11:11:56.912 TRACE mux::connui > Output: [Text("Connected!\r\n")] | |
11:11:56.912 TRACE async_io::driver > block_on() | |
11:11:56.912 TRACE async_io::driver > block_on() | |
11:11:56.913 TRACE polling > Poller::notify() | |
11:11:56.913 TRACE polling::epoll > notify: epoll_fd=5, event_fd=6 | |
11:11:56.913 DEBUG codec > encode_async GetCodecVersion size=3 | |
11:11:56.913 TRACE polling::epoll > new events: epoll_fd=5, res=1 | |
11:11:56.913 TRACE polling::epoll > modify: epoll_fd=5, fd=10, ev=Event { key: 0, readable: true, writable: false } | |
11:11:56.913 TRACE async_io::driver > block_on: sleep until notification | |
11:11:56.913 TRACE polling::epoll > modify: epoll_fd=5, fd=6, ev=Event { key: 18446744073709551615, readable: true, writable: false } | |
11:11:56.913 TRACE async_io::reactor > process_timers: 0 ready wakers | |
11:11:56.913 TRACE async_io::reactor > react: 0 ready wakers | |
11:11:56.913 TRACE async_io::driver > main_loop: sleeping for 50 us | |
11:11:56.913 TRACE async_io::driver > main_loop: notified | |
11:11:56.913 TRACE async_io::driver > main_loop: waiting on I/O | |
11:11:56.913 TRACE async_io::reactor > process_timers: 0 ready wakers | |
11:11:56.914 TRACE polling > Poller::wait(_, Some(59.999040785s)) | |
11:11:56.914 TRACE async_io::driver > block_on: sleep until notification | |
11:11:56.914 TRACE polling::epoll > wait: epoll_fd=5, timeout=Some(59.999040785s) | |
11:11:56.914 TRACE polling::epoll > modify: epoll_fd=5, fd=7, ev=Event { key: 18446744073709551615, readable: true, writable: false } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment