mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Merge 437245b663 into 5abf832202
This commit is contained in:
commit
2ff6940714
1 changed files with 2 additions and 1 deletions
|
|
@ -711,7 +711,8 @@ void seat_set_focus_warp(struct sway_seat *seat, struct sway_node *node,
|
||||||
workspace_consider_destroy(last_workspace);
|
workspace_consider_destroy(last_workspace);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config->mouse_warping && warp && new_output != last_output) {
|
if (config->mouse_warping && warp &&
|
||||||
|
new_output != last_output && new_output) {
|
||||||
double x = 0;
|
double x = 0;
|
||||||
double y = 0;
|
double y = 0;
|
||||||
if (container) {
|
if (container) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue