My journey to get Alpine + Wayland + River to work on ThinkPad T14 G3 AMD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
286 B

2 years ago
local wezterm = require 'wezterm'
return {
default_prog = { "nu" },
color_scheme = "Violet Light",
font_size = 13,
hide_tab_bar_if_only_one_tab = true,
9 months ago
scrollback_lines = 100000,
2 years ago
enable_scroll_bar = true,
9 months ago
font = wezterm.font('VictorMono Nerd Font', { italic = true }),
2 years ago
}