this repo has no description
0
fork

Configure Feed

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

revert(wezterm): removing padding.

padding option affects statusbar height to be bit smaller

+4 -4
+4 -4
wezterm/wezterm.lua
··· 14 14 hide_tab_bar_if_only_one_tab = true, 15 15 adjust_window_size_when_changing_font_size = false, 16 16 window_padding = { 17 - top = 1, 18 - bottom = 1, 19 - left = 1, 20 - right = 1, 17 + top = 0, 18 + bottom = 0, 19 + left = 0, 20 + right = 0, 21 21 }, 22 22 font_size = 16.0, 23 23 color_scheme = 'Catppuccin Mocha',