diff options
| author | Anselm R Garbe <[email protected]> | 2010-04-01 19:39:24 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2010-04-01 19:39:24 +0100 |
| commit | a88e0373efe5f6800a99fca2c228be98b522aaa9 (patch) | |
| tree | 3a84e737682bce86f5378dbb429a8e5ca7f17a29 | |
| parent | more debug output, experimental focus optimisation (diff) | |
| download | seiwm-a88e0373efe5f6800a99fca2c228be98b522aaa9.tar.xz seiwm-a88e0373efe5f6800a99fca2c228be98b522aaa9.zip | |
selmon optimisation is needed
| -rw-r--r-- | dwm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -815,10 +815,6 @@ void focus(Client *c) { if(!c || !ISVISIBLE(c)) for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext); - if(c && c == selmon->sel) { - D fprintf(stderr, "focus, optimising focus away\n"); - return; - } if(selmon->sel) unfocus(selmon->sel); if(c) { |