wezterm: TERM value and font size
This commit is contained in:
parent
0be530d500
commit
1d762d8b74
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
local wt = require 'wezterm'
|
local wt = require 'wezterm'
|
||||||
local act = wt.action
|
local act = wt.action
|
||||||
local fontsize_darwin = 13
|
local fontsize_darwin = 14
|
||||||
local fontsize_others = 11
|
local fontsize_others = 11
|
||||||
local theme_n = 0
|
local theme_n = 0
|
||||||
local themes = {
|
local themes = {
|
||||||
|
@ -77,7 +77,6 @@ return {
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
bold_brightens_ansi_colors = false,
|
bold_brightens_ansi_colors = false,
|
||||||
term = 'wezterm',
|
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 0, right = 0, top = 0, bottom = 0,
|
left = 0, right = 0, top = 0, bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue