this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(wezterm): more smaller fonts

+1 -1
+1 -1
wezterm/wezterm.lua
··· 133 133 right = 0, 134 134 }, 135 135 use_resize_increments = true, 136 - font_size = 15.0, 136 + font_size = 12.0, 137 137 -- set underline at bottom position based on lineheight 138 138 -- NOTE: subtract 150 to prevent undercurl cutoff 139 139 underline_position = ((lineheight - 1) * 1000 + 300) - 150 .. '%',