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.
 
 
 
 
 

11 lines
286 B

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