| src/Client.cc | |
| 112 | @@ -112,8 +112,10 @@ |
| 112 | ? APPLY_ON_NEW : APPLY_ON_START); |
| 113 | |
| 114 | readHints(); |
| 115 | findOrCreateFrame(ap); |
| 116 | // We need to set the state before acquiring a frame, |
| 117 | // so that Frame's state can match the state of the Client. |
| 118 | setInitialState(); |
| 119 | findOrCreateFrame(ap); |
| 120 | |
| 121 | // Grab keybindings and mousebutton actions |
| 122 | KeyGrabber::instance()->grabKeys(_window); |
| ... | |