|
|
| |
CHWB(1) |
FreeBSD General Commands Manual |
CHWB(1) |
chwb —
change window borders
chwb |
[-c color]
[-s size]
wid [...] |
chwb changes the border size or color of the window
wid.
-c
color
- Set border color of wid to
color. Colors should be passed as numerical values
(see
strtoul(3))
in RGB format.
-s
size
- Set border width of wid to
size.
chwb acts on the X display specified by the
DISPLAY variable.
Set the border color to 128 red, 100 green, 204 blue:
$ chwb -c 0x8064cc
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |