all repos — dwm @ 8e37c78ce3c33842a5800a445f90a3079a377eb6

my dwm build

focus() enforces visibility of a client if not NULL
arg@mmvi unknown
Fri, 15 Sep 2006 10:49:05 +0200
commit

8e37c78ce3c33842a5800a445f90a3079a377eb6

parent

ca68975ff8fc1c7166c8d1f811e3dd52c735d19f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M client.cclient.c

@@ -84,7 +84,7 @@ void

focus(Client *c) { Client *old; - if(!issel) + if(!issel || (c && !isvisible(c))) return; if(!sel) sel = c;