wayland.windowManager.wayfire.wf-shell.settings

Wf-shell configuration written in Nix.

See https://github.com/WayfireWM/wf-shell/blob/master/wf-shell.ini.example

Type
attribute set of attribute set of (string or absolute path or boolean or signed integer or floating point number)
Default
{ }
Example
{
  panel = {
    widgets_left = "menu spacing4 launchers window-list";
    autohide = true;
  };
}
Declared
<home-manager/modules/services/window-managers/wayfire.nix>