summaryrefslogtreecommitdiffstats
path: root/src/windowmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Try even harder to restore focus after spawning openboxSimon Rettberg2019-10-231-13/+33
| | | | I just need a bigger hammer.
* Use execv() to start selected sessionSimon Rettberg2019-10-181-4/+10
| | | | | | Prevent vmchooser from lingering in the background, like a zombie, haunting you with invisible windows. Also seems to be notably faster when launching the openbox session.
* [WindowManager] Wait for openbox a bit longer, add commentsSimon Rettberg2019-07-101-1/+3
|
* 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