MyNixOS website logo
option

programs.looking-glass-client.settings

looking-glass-client settings.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  app = {
    allowDMA = true;
    shmFile = "/dev/kvmfr0";
  };

  win = {
    fullScreen = true;
    showFPS = false;
    jitRender = true;
  };

  spice = {
    enable = true;
    audio = true;
  };

  input = {
    rawMouse = true;
    escapeKey = 62;
  };
}