Configuration Reference

On this page
  1. Configuration Reference
    1. Configuration options
    2. Functions and types

Configuration Reference#

Wakterm reads wakterm.lua, which returns a table containing its configuration. The configuration reference covers the fields in that table and the functions and types used to construct it.

local wakterm = require 'wakterm'
local config = {}
config.font = wakterm.font 'JetBrains Mono'
return config

Configuration options#

Config Options documents the fields available in that table.

Functions and types#

The wakterm module is the main entry point. The rest of this section organizes related functions and types by module or object.

Edit this page