diff options
| author | Anselm R.Garbe <[email protected]> | 2006-08-16 17:56:04 +0200 |
|---|---|---|
| committer | Anselm R.Garbe <[email protected]> | 2006-08-16 17:56:04 +0200 |
| commit | ad2e77d6350b1f43513d052018735d2a8f949d78 (patch) | |
| tree | 85e55198b8bf2c86f77d926d7e190b211630fd38 /tag.c | |
| parent | added general centralization rule for new clients (works around various borke... (diff) | |
| download | seiwm-ad2e77d6350b1f43513d052018735d2a8f949d78.tar.xz seiwm-ad2e77d6350b1f43513d052018735d2a8f949d78.zip | |
fixed issue reported by sander
Diffstat (limited to 'tag.c')
| -rw-r--r-- | tag.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -49,12 +49,11 @@ dofloat(Arg *arg) } if(!sel || !isvisible(sel)) sel = getnext(clients); - if(sel) { + if(sel) focus(sel); - restack(); - } else XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); + restack(); } void |