From 1d762d8b74964d3099f3cfda8d213d7f3c137ee1 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 9 Jan 2023 02:35:55 +0200 Subject: [PATCH] wezterm: TERM value and font size --- wezterm.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wezterm.lua b/wezterm.lua index 0c9d8ce..d555a3b 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -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, },