won't quit wezterm on last window, and a little smaller font in it'
This commit is contained in:
parent
7c5da02d2d
commit
6e52858891
@ -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]
|
||||
|
@ -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' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user