summaryrefslogtreecommitdiffstats
path: root/src/windowmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change WM spawning once again to hopefully fix invisible chooserSimon Rettberg2019-07-041-13/+15
| | | | | | | Now we wait until the chooser window is actually visible and only then try to spawn openbox. This leads to the problem of vmchooser not having focus in case we really didn't have a WM before. For that reason, try to give focus to vmchooser again by calling wmctrl...........
* Address timing issues with WM spawningSimon Rettberg2019-07-031-16/+31
|
* Temporarily spawn openbox if no WM is runningSimon Rettberg2019-07-021-0/+43