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 fork | |
Fork of DWM (Dynamic Window Manager https://dwm.suckless.org/ ) patched and configured to my needs |
summaryrefslogtreecommitdiffstats |
-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; |