Fixed windowRestore()
This commit is contained in:
@ -124,7 +124,7 @@ class Window
|
||||
|
||||
public function windowRestore()
|
||||
{
|
||||
exec("xdotool windowmap {$this->windowId}");
|
||||
exec("xdotool windowmap {$this->windowId} windowraise {$this->windowId}");
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user