diff --git a/src/Window.php b/src/Window.php index b23b465..29b3953 100644 --- a/src/Window.php +++ b/src/Window.php @@ -124,7 +124,7 @@ class Window public function windowRestore() { - exec("xdotool windowmap {$this->windowId}"); + exec("xdotool windowmap {$this->windowId} windowraise {$this->windowId}"); return $this; }