This was introduced in 252db3b8c (#3245). That commit moved the con_activate line inside the loop, meaning it wouldn't always be called. When the mouse moved after a rename with focus_follows_mouse enabled, check_crossing_screen_boundary (src/handlers.c:111) called con_descend_focused that used the wrong focus order. I also change con_activate to con_focus since we don't really want to raise floating containers there. Fixes #3325
i3: A tiling window manager
i3 is a tiling window manager for X11.
For more information about i3, please see the project's website and online documentation.
For information about contributing to i3, please see CONTRIBUTING.md.
Description
Languages
C
58.6%
Perl
29%
Raku
9.4%
Ruby
1.2%
Shell
0.7%
Other
1.1%