diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index b7b92f5..50f61db 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -234,6 +234,8 @@ in with lib; { # Emacs streaming windowrulev2 = float,title:^(emacs-streaming)$ + # Looking Glass + ## Scratchpads # Alacritty diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 19fe6eb..edce33c 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -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 + ''; + }; + }