Skip to content

Commit

Permalink
feat(wezterm): changed font size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Mar 28, 2024
1 parent 6baedad commit a2e6fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wezterm/files/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config.font = wezterm.font_with_fallback {
"nonicons",
}

config.font_size = 16
config.font_size = 10

-- default is true, has more "native" look
config.use_fancy_tab_bar = false
Expand Down

0 comments on commit a2e6fc1

Please sign in to comment.