Hi,
let capturer_options = capturer::Options {
fps: 100000,
..Default::default()
};
let mut recorder = Capturer::build(capturer_options).unwrap();
no matter what I give even a value 0 or something bigger like an example above doesn't change anything.
I'm using Hyprland
Is this problem going to be fixed by this: #149