wayland.windowManager.wayfire.settings

Wayfire configuration written in Nix.

See https://github.com/WayfireWM/wayfire/wiki/Configuration

Type
open submodule of attribute set of attribute set of (string or absolute path or boolean or signed integer or floating point number)
Default
{ }
Example
{
  core.plugins = "command expo cube";
  command = {
    binding_terminal = "alacritty";
    command_terminal = "alacritty";
  };
}
Declared
<home-manager/modules/services/window-managers/wayfire.nix>