wezterm: wayland is go
This commit is contained in:
parent
4d2fa4d196
commit
6b9f0a91f7
1 changed files with 4 additions and 2 deletions
|
@ -116,7 +116,7 @@ return {
|
||||||
|
|
||||||
bold_brightens_ansi_colors = false,
|
bold_brightens_ansi_colors = false,
|
||||||
|
|
||||||
font_size = 13.0,
|
font_size = 12.5,
|
||||||
line_height = 1.0,
|
line_height = 1.0,
|
||||||
|
|
||||||
initial_cols = 110,
|
initial_cols = 110,
|
||||||
|
@ -128,6 +128,8 @@ return {
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
enable_wayland = true,
|
||||||
|
|
||||||
enable_tab_bar = false,
|
enable_tab_bar = false,
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
show_tab_index_in_tab_bar = true,
|
show_tab_index_in_tab_bar = true,
|
||||||
|
@ -137,7 +139,7 @@ return {
|
||||||
alternate_buffer_wheel_scroll_speed = 2,
|
alternate_buffer_wheel_scroll_speed = 2,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
status_update_interval = 100,
|
status_update_interval = 100,
|
||||||
|
audible_bell = "Disabled",
|
||||||
term = "wezterm",
|
term = "wezterm",
|
||||||
|
|
||||||
launch_menu = {
|
launch_menu = {
|
||||||
|
|
Loading…
Reference in a new issue