Xlayout is a simple utility for controlling X11 windows and pointer from the console or remotely. It can alter the geometry of a window, the position of the pointer, hide a window or send it to the top, list all windows, and get the current pointer position. For use in scripts, it has the ability to return a status result ("1" for error, "0" for success). It can also ease windows into location.
| Tags | Utilities multimedia Video Display Desktop Environment Window Manager |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: Beta testing has begun. This release includes features to display information on the current screens connected. Some of the convenience methods were smoothed out. Bugfixes were made for the user input. A lot of code tidy ups were done.


Changes: New easing functions were added. The ability to return a status code instead of error messages was added. The way xlayout lists windows was updated to return true windows only. Hide pointer was fixed (note: this still uses a blank pointer icon and not a 1x1 window).


Changes: This release adds the ability to ease the window into place and return a boolen value for success or failure.


Changes: This release includes the ability to return a status code for use in scripts, etc. It returns a '0' for an error, or '1' for success using the -quiet option.


Changes: This release includes changes to the command line parsing, and the ability to use '-set -pointer' to reposition the pointer. It also fixes problems with displaying pointer information (x/ y values).