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 | ||
| dwm fork - fullscreen, suckless status bar and sensibles keybindings |
| aboutsummaryrefslogtreecommitdiffstats |
| -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; |