Bugfix
This commit is contained in:
parent
2c929cd7f7
commit
01992d7697
@ -119,11 +119,13 @@ class Window
|
|||||||
public function windowMinimize()
|
public function windowMinimize()
|
||||||
{
|
{
|
||||||
exec("xdotool windowminimize {$this->windowId}");
|
exec("xdotool windowminimize {$this->windowId}");
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function windowRestore()
|
public function windowRestore()
|
||||||
{
|
{
|
||||||
exec("xdotool windowmap {$this->windowId}");
|
exec("xdotool windowmap {$this->windowId}");
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dump()
|
public function dump()
|
||||||
|
Loading…
Reference in New Issue
Block a user