Window titles and windowlist visible matching

This commit is contained in:
2016-12-26 22:44:00 +01:00
parent 8c2d752780
commit a8ccaca28a
4 changed files with 35 additions and 18 deletions

View File

@ -0,0 +1,9 @@
<?php
require_once __DIR__."/../vendor/autoload.php";
use NoccyLabs\X11\Window;
$me = new Window();
$me->setWindowTitle("Awesome Terminal");