Add variable-refresh-rate flag

This commit is contained in:
Ivan Molodetskikh
2024-04-14 09:23:15 +04:00
parent 40374942db
commit 3c6d8062c5
6 changed files with 173 additions and 30 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ impl Winit {
resources::init(renderer);
shaders::init(renderer);
niri.add_output(self.output.clone(), None);
niri.add_output(self.output.clone(), None, false);
}
pub fn seat_name(&self) -> String {