Fixed windowRestore()

This commit is contained in:
Chris 2017-01-09 02:40:12 +01:00
parent 01992d7697
commit 061af6f928
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Window
public function windowRestore() public function windowRestore()
{ {
exec("xdotool windowmap {$this->windowId}"); exec("xdotool windowmap {$this->windowId} windowraise {$this->windowId}");
return $this; return $this;
} }