This commit is contained in:
Henrik Bakken
2024-01-03 22:50:20 +01:00
parent d2047cf642
commit 6f0637abfe
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
local wezterm = require("wezterm")
local config = wezterm.config_builder()
local act = wezterm.action
config.color_scheme = 'Monokai (dark) (terminal.sexy)'
config.color_scheme = "Monokai (dark) (terminal.sexy)"
config.font_size = 14
-- config.font = wezterm.font("Noto Sans Mono")
config.font = wezterm.font_with_fallback({
@@ -15,6 +15,7 @@ config.use_fancy_tab_bar = false
config.hide_tab_bar_if_only_one_tab = true
config.default_cursor_style = "BlinkingBar"
config.disable_default_key_bindings = true
config.window_padding = { left = 0, right = 0, top = 0, bottom = 0 }
config.keys = {
-- font size