diff options
| author | Enno Boland (tox) <tox@s01.de> | 2010-02-16 19:56:22 +0100 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2010-02-16 19:56:22 +0100 |
| commit | e6759619576b2732828d60dba7bad2596ce430cd (patch) | |
| tree | 5b1e9469e504380b212d8c7e7a2d7772360e0bcd /tabbed.c | |
| parent | 13e3aca1cbc322308729d2e6644a420daf811c93 (diff) | |
| download | tabbed-e6759619576b2732828d60dba7bad2596ce430cd.tar.gz | |
focus fix for openbox (and maybe a few others)
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -385,6 +385,8 @@ void focus(Client *c) { if(!clients) { XStoreName(dpy, win, "tabbed-"VERSION); + XRaiseWindow(dpy, win); + XSetInputFocus(dpy, win, RevertToPointerRoot, CurrentTime); return; } if(!c) |