diff options
| -rw-r--r-- | client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -84,7 +84,7 @@ void  focus(Client *c) {  	Client *old; -	if(!issel) +	if(!issel || (c && !isvisible(c)))  		return;  	if(!sel)  		sel = c; | 
|  | index : dwm | |
| My fork of suckless dwm: https://git.suckless.org/dwm | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | client.c | 2 | 
| @@ -84,7 +84,7 @@ void  focus(Client *c) {  	Client *old; -	if(!issel) +	if(!issel || (c && !isvisible(c)))  		return;  	if(!sel)  		sel = c; |