diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Slit.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc index b8ff368..e8b6ee0 100644 --- a/src/Slit.cc +++ b/src/Slit.cc | |||
@@ -481,8 +481,7 @@ void Slit::addClient(Window w) { | |||
481 | if (wmhints != 0) { | 481 | if (wmhints != 0) { |
482 | if ((wmhints->flags & IconWindowHint) && | 482 | if ((wmhints->flags & IconWindowHint) && |
483 | (wmhints->icon_window != None)) { | 483 | (wmhints->icon_window != None)) { |
484 | XMoveWindow(disp, client->clientWindow(), screen().width() + 10, | 484 | XMoveWindow(disp, client->clientWindow(), -100, -100); |
485 | screen().height() + 10); | ||
486 | XMapWindow(disp, client->clientWindow()); | 485 | XMapWindow(disp, client->clientWindow()); |
487 | client->setIconWindow(wmhints->icon_window); | 486 | client->setIconWindow(wmhints->icon_window); |
488 | client->setWindow(client->iconWindow()); | 487 | client->setWindow(client->iconWindow()); |