mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Stop confining the pointer during resize grab
This commit is contained in:
@@ -100,6 +100,7 @@ impl XdgShellHandler for State {
|
||||
|
||||
let grab = ResizeGrab::new(start_data, window);
|
||||
pointer.set_grab(self, grab, serial, Focus::Clear);
|
||||
self.niri.interactive_resize_ongoing = true;
|
||||
}
|
||||
|
||||
fn reposition_request(
|
||||
|
||||
Reference in New Issue
Block a user