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