won't quit wezterm on last window, and a little smaller font in it'

This commit is contained in:
Anton Volnuhin 2024-05-31 00:22:39 +03:00
parent 7c5da02d2d
commit 6e52858891
2 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,7 @@
[:t [[:open "/Applications/kitty.app"] {:input :en}] :!kitty]
[:t [:!Ct {:input :en}] :kitty]
[:r [[:open "/Applications/WezTerm.app"] {:input :en}] :!wezterm]
[:r :!Ch :wezterm]
[:r :!Ct :wezterm]
[:a [[:open "/Applications/Arc.app"] {:input :en}]]
[:g [:open "/Users/anton/Applications/Gemini.app"] :!gemini]
[:g :!Ch :gemini]

View File

@ -76,13 +76,14 @@ config.window_decorations = "RESIZE|INTEGRATED_BUTTONS"
config.initial_cols = 127
config.initial_rows = 67
config.quit_when_all_windows_are_closed = false
-- For example, changing the color scheme: ==> A!=B
config.color_scheme = 'Galaxy'
config.font = wezterm.font('Jetbrains Mono', { weight = 600 })
config.freetype_load_target = 'Light'
config.font_size = 16
config.font_size = 15
config.line_height = 1.05
config.harfbuzz_features = { 'calt=1', 'clig=0', 'liga=0' }