1
0
Fork 0

wezterm: TERM value and font size

This commit is contained in:
Von Random 2023-01-09 02:35:55 +02:00
parent 0be530d500
commit 1d762d8b74

View file

@ -1,6 +1,6 @@
local wt = require 'wezterm'
local act = wt.action
local fontsize_darwin = 13
local fontsize_darwin = 14
local fontsize_others = 11
local theme_n = 0
local themes = {
@ -77,7 +77,6 @@ return {
cursor_blink_rate = 0,
check_for_updates = false,
bold_brightens_ansi_colors = false,
term = 'wezterm',
window_padding = {
left = 0, right = 0, top = 0, bottom = 0,
},