Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.foot.enable

Whether to enable Foot terminal.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.foot.package

The foot package to use.

Type: package

Default:

pkgs.foot

Declared by:

programs.foot.server.enable

Whether to enable Foot terminal server.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.foot.server.systemdTarget

The systemd target that will automatically start the Foot server service.

When setting this value to "sway-session.target", make sure to also enable wayland.windowManager.sway.systemd.enable, otherwise the service may never be started.

Type: string

Default:

config.wayland.systemd.target

Example:

"sway-session.target"

Declared by:

programs.foot.settings

Configuration written to $XDG_CONFIG_HOME/foot/foot.ini. See https://codeberg.org/dnkl/foot/src/branch/master/foot.ini for a list of available options.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a list of them for duplicate keys)

Default:

{ }

Example:

{
  main = {
    dpi-aware = "yes";
    font = "Fira Code:size=11";
    term = "xterm-256color";
  };
  mouse = {
    hide-when-typing = "yes";
  };
}

Declared by: