mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add variable-refresh-rate flag
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user