Skip to content

Commit 323ebb6

Browse files
committed
Some deprecation fixes
1 parent d5e3018 commit 323ebb6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

alacritty.toml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
alt_send_esc = true
2-
custom_cursor_colors = true
3-
enable_experimental_conpty_backend = false
41
live_config_reload = true
52
working_directory = "None"
63

@@ -43,12 +40,10 @@ unfocused_hollow = true
4340
log_level = "Warn"
4441
persistent_logging = false
4542
print_events = false
46-
ref_test = false
4743
render_timer = false
4844

4945
[font]
5046
size = 11.0
51-
use_thin_strokes = true
5247

5348
[font.glyph_offset]
5449
x = 0
@@ -590,12 +585,6 @@ hide_when_typing = false
590585
action = "PasteSelection"
591586
mouse = "Middle"
592587

593-
[mouse.double_click]
594-
threshold = 300
595-
596-
[mouse.triple_click]
597-
threshold = 300
598-
599588
[scrolling]
600589
history = 10000
601590
multiplier = 3
@@ -613,6 +602,7 @@ decorations = "full"
613602
dynamic_padding = false
614603
opacity = 1.0
615604
startup_mode = "Windowed"
605+
option_as_alt = "Both"
616606

617607
[window.dimensions]
618608
columns = 0

0 commit comments

Comments
 (0)