Mouse/Client: Focus the selected client when swapping with mouse (requested by pist)
This commit is contained in:
@@ -105,6 +105,7 @@ mouse_move(Client *c)
|
|||||||
if(c != sclient)
|
if(c != sclient)
|
||||||
{
|
{
|
||||||
client_swap(c, sclient);
|
client_swap(c, sclient);
|
||||||
|
client_focus(sclient);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user