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";
  };
  input = {
    escapeKey = 62;
    rawMouse = true;
  };
  spice = {
    audio = true;
    enable = true;
  };
  win = {
    fullScreen = true;
    jitRender = true;
    showFPS = false;
  };
}