Compare commits

..

No commits in common. "7f5912f3a8dd2d0853be511f177376275b0c8da5" and "a6ba40891503e1d27eff24ee79bdb5cba593303e" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View file

@ -15,7 +15,12 @@ local config = {
text_background_opacity = 1.0, text_background_opacity = 1.0,
enable_tab_bar = false, enable_tab_bar = false,
color_scheme = 'tokyonight', color_scheme = 'tokyonight',
window_padding = {top = 20, bottom = 20, left = 20, right = 20} window_padding = {
top = 20,
bottom = 20,
left = 20,
right = 20
}
} }
return config return config

View file

@ -24,7 +24,6 @@
upstreams = { upstreams = {
strategy = "strict"; strategy = "strict";
timeout = "30s"; timeout = "30s";
init.strategy = "fast";
groups = { groups = {
default = [ default = [
"tcp+udp:127.0.0.1:5335" "tcp+udp:127.0.0.1:5335"