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)
|
||||
{
|
||||
client_swap(c, sclient);
|
||||
client_focus(sclient);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user