Configure looking-glass

This commit is contained in:
Nathan McCarty 2023-07-04 03:02:29 -04:00
parent 5c045618d4
commit bbc3fd250b
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 16 additions and 0 deletions

View File

@ -234,6 +234,8 @@ in with lib; {
# Emacs streaming
windowrulev2 = float,title:^(emacs-streaming)$
# Looking Glass
## Scratchpads
# Alacritty

View File

@ -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
'';
};
}