GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xcm(1) FreeBSD General Commands Manual xcm(1)

xcm - window region handling

xcm -l [--window-name] [-v]
xcm -p WINDOW_ID
xcm -r --id WINDOW_ID [--geometry WIDTHxHEIGHT+X+Y] [--profile FILENAME.ICC]]
xcm [-h]

The xcm tool handles per window regions and profiles following the X Color Management specification.

list windows. All windows are listed by ID.

--window-name show each window name after the ID.

print window color region informations.

--id the X11 window ID as integer.

set a window color region. The geometry will be added to the existing regions of the selected window. A geometry of 0x0+0+0 is a request to remove all regions. Overlapping regions are undefined. The ICC profile is optional.

--id the X11 window ID as integer.

--geometry the window geometry.

--profile the region profile to upload.

release a window color region. The geometry will be searched and removed in the existing regions of the selected window.

--id the X11 window ID as integer.

--geometry the window geometry.

increase verbosity

xcm -l --window-name
xcm -p -id 12345
xcm -r -id 12345 --geometry 100x150+100+10
xcm -r -id 12345 --geometry 100x150+100+10 --profile ./my_profile.icc
xcm -r -id 12345 --geometry 100x150+100+10 --profile XYZ.icc
xcm -r -id 12345 --geometry 0x0+0+0
xcm -d -id 12345 --geometry 100x150+100+10
xcm -h

Kai-Uwe Behrmann (ku.b (at) gmx.de)

(c) 2011-2012, Kai-Uwe Behrmann
License: MIT <http://www.opensource.org/licenses/mit-license.php>

xcmedid(1) xcmevents(1) xcmddc(1) libXcm(3) Xcm(3)
http://www.oyranos.org

at: https://github.com/oyranos-cms/xcm/issues

November 22, 2016 User Commands

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.