diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-23 20:35:56 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-23 20:35:56 +0200 |
| commit | b29d0578f422a393716a87683a450db9f116c2ad (patch) | |
| tree | 27969a0477453656ac40934752b9f0497ec34dc3 /monsterwm.c | |
| parent | ff31ba956bf96cc1a858bc111c8eedc8e8e345d8 (diff) | |
focus configured client
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsterwm.c b/monsterwm.c index 41757f6..d677b47 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -350,6 +350,7 @@ void configurerequest(XEvent *e) { XSync(dis, False); } tile(); + update_current(c?c:current); } /* send the given event - WM_DELETE_WINDOW for now */ |
