mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
Don't warp if currently using tablet
The tablet will override the position anyway.
This commit is contained in:
@@ -479,6 +479,10 @@ impl State {
|
||||
return false;
|
||||
}
|
||||
|
||||
if self.niri.tablet_cursor_location.is_some() {
|
||||
return false;
|
||||
}
|
||||
|
||||
let Some(output) = self.niri.layout.active_output() else {
|
||||
return false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user