Lua Reference¶
wakterm provides Lua 5.4 as a configuration language. This section documents
the various lua functions and types that are provided to the configuration
file. These are provided by the wakterm module that must be imported into
your configuration file:
local wakterm = require 'wakterm'
local config = {}
config.font = wakterm.font 'JetBrains Mono'
return config
Full List of Configuration Options¶
Config Options has a list of the main configuration options.