Compare commits

...

2 commits

Author SHA1 Message Date
7f5912f3a8
wezterm: fmt config
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2024-01-24 05:15:12 -05:00
7881bfd9e7
blocky: set upstream init strat 2024-01-24 05:14:59 -05:00
2 changed files with 2 additions and 6 deletions

View file

@ -15,12 +15,7 @@ local config = {
text_background_opacity = 1.0,
enable_tab_bar = false,
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

View file

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