mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
wezterm: update appearance settings
This commit is contained in:
parent
82dd0261f4
commit
65bf38fa73
@ -29,6 +29,8 @@ end
|
|||||||
function module.apply_to_config(config)
|
function module.apply_to_config(config)
|
||||||
config.color_schemes = {}
|
config.color_schemes = {}
|
||||||
|
|
||||||
|
config.font_size = 16
|
||||||
|
|
||||||
-- Thankfully, wezterm can detect fontconfig aliases.
|
-- Thankfully, wezterm can detect fontconfig aliases.
|
||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
"monospace",
|
"monospace",
|
||||||
@ -46,6 +48,14 @@ function module.apply_to_config(config)
|
|||||||
config.color_schemes[light_scheme_metadata.name] = light_scheme
|
config.color_schemes[light_scheme_metadata.name] = light_scheme
|
||||||
config.color_scheme = scheme_for_appearance()
|
config.color_scheme = scheme_for_appearance()
|
||||||
|
|
||||||
|
-- Disable some annoying mouse thingies.
|
||||||
|
config.hide_mouse_cursor_when_typing = false
|
||||||
|
config.pane_focus_follows_mouse = true
|
||||||
|
|
||||||
|
-- Disable some more annoyances.
|
||||||
|
config.enable_tab_bar = false
|
||||||
|
config.window_decorations = "NONE"
|
||||||
|
|
||||||
return config
|
return config
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user