mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Fix indentation.
This commit is contained in:
parent
c5bf41ec97
commit
2d649a7581
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ void cursor_send_pointer_motion(struct sway_cursor *cursor,
|
|||
cursor->previous.node = node;
|
||||
|
||||
if (node && (config->focus_follows_mouse == FOLLOWS_YES ||
|
||||
config->focus_follows_mouse == FOLLOWS_ALWAYS)) {
|
||||
config->focus_follows_mouse == FOLLOWS_ALWAYS)) {
|
||||
struct sway_node *focus = seat_get_focus(seat);
|
||||
if (focus && node->type == N_WORKSPACE) {
|
||||
// Only follow the mouse if it would move to a new output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue