Fixed windowRestore()
This commit is contained in:
parent
01992d7697
commit
061af6f928
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user