this repo has no description
0
fork

Configure Feed

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

wip: still working on fonts

+4 -2
+2 -2
kitty/kitty.conf
··· 176 176 177 177 #: font_features UnifontMedium +isol -medi -fina -init 178 178 179 - modify_font cell_height -3.2 # == ((16pt * 1.2) - 16pt) 180 - modify_font baseline 3.2 179 + # modify_font cell_height -3.2 # == ((16pt * 1.2) - 16pt) 180 + # modify_font baseline 3.2 181 181 182 182 #: Modify font characteristics such as the position or thickness of 183 183 #: the underline and strikethrough. The modifications can have the
+2
wezterm/wezterm.lua
··· 7 7 'Sarasa Mono K', 8 8 -- 'FiraCode Nerd Font', 9 9 'Noto Color Emoji', 10 + 'Symbols Nerd Font', 10 11 }, 11 12 line_height = 1.2, 12 13 allow_square_glyphs_to_overflow_width = "Always", 13 14 hide_tab_bar_if_only_one_tab = true, 15 + adjust_window_size_when_changing_font_size = false, 14 16 window_padding = { 15 17 top = 1, 16 18 bottom = 1,