table of contents
other versions
- Tumbleweed 1.5-2.4
- Leap-16.0
- Leap-15.6
| WATTR(1) | General Commands Manual | WATTR(1) |
NAME¶
wattr — get window
attributes
SYNOPSIS¶
wattr |
[bmiowhxy] wid |
DESCRIPTION¶
wattr prints information about the window
wid to stdout.
What information is presented depends on the commands given to
wattr. The queried arguments are printed in the
order they are requested, separated by a space. If no commands are given,
wattr will return 0 if wid
exists, and 1 otherwise.
ENVIRONMENT¶
wattr acts on the X display specified by
the DISPLAY variable.
EXAMPLES¶
$ wattr m 0x01000006 && echo
ismappedismapped$ wattr whxy 0x01000006484 244 756 166$ wattr xyhw 0x01000006756 166 244 484$ wattr 0x00000000; echo
$?1| December 13, 2014 | wmutils |