11 lines
283 B
Lua
11 lines
283 B
Lua
local wezterm = require 'wezterm'
|
|
return {
|
|
font = wezterm.font_with_fallback({"JetBrains Mono", "Iosevka Term"}),
|
|
font_size = 16.0,
|
|
color_scheme = "Tokyo Night",
|
|
window_decorations = "RESIZE",
|
|
enable_tab_bar = false,
|
|
use_resize_increments = false,
|
|
enable_wayland = false,
|
|
}
|