mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update wezterm
This commit is contained in:
parent
5993e9dcf4
commit
4337c35533
1 changed files with 5 additions and 8 deletions
13
wezterm.lua
13
wezterm.lua
|
|
@ -5,21 +5,18 @@ return {
|
||||||
|
|
||||||
-- Fonts
|
-- Fonts
|
||||||
--
|
--
|
||||||
font_size = 13,
|
font_size = 16,
|
||||||
line_height = 1.4,
|
line_height = 1.3,
|
||||||
font = wezterm.font {
|
font = wezterm.font {
|
||||||
family = 'JetBrainsMono Nerd Font',
|
family = 'IosevkaCustom',
|
||||||
harfbuzz_features = { 'zero' },
|
harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Window
|
-- Window
|
||||||
--
|
--
|
||||||
window_background_opacity = 0.97,
|
window_background_opacity = 0.98,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 0,
|
|
||||||
right = 0,
|
|
||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Tabs
|
-- Tabs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue