Configure looking-glass
This commit is contained in:
parent
5c045618d4
commit
bbc3fd250b
|
@ -234,6 +234,8 @@ in with lib; {
|
||||||
# Emacs streaming
|
# Emacs streaming
|
||||||
windowrulev2 = float,title:^(emacs-streaming)$
|
windowrulev2 = float,title:^(emacs-streaming)$
|
||||||
|
|
||||||
|
# Looking Glass
|
||||||
|
|
||||||
## Scratchpads
|
## Scratchpads
|
||||||
|
|
||||||
# Alacritty
|
# Alacritty
|
||||||
|
|
|
@ -90,4 +90,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Looking glass
|
||||||
|
xdg.configFile."looking-glass/client.ini" = {
|
||||||
|
text = ''
|
||||||
|
[input]
|
||||||
|
rawMouse=yes
|
||||||
|
[audio]
|
||||||
|
periodSize=512
|
||||||
|
bufferLatency=7
|
||||||
|
micDefault=allow
|
||||||
|
[egl]
|
||||||
|
scale = 1
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue