mirror of
https://github.com/mmhobi7/xwinwrap.git
synced 2026-09-10 07:16:15 -04:00
Merge branch '3ricsonn-patch-2'
This commit is contained in:
commit
5071e69d9c
18
README.md
18
README.md
|
|
@ -21,14 +21,24 @@ sudo make install
|
|||
make clean
|
||||
```
|
||||
|
||||
### Uninstalling
|
||||
|
||||
```
|
||||
cd /path/to/xwinwrap
|
||||
sudo make uninstall
|
||||
cd ..
|
||||
rm -r xwinwrap
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
```
|
||||
Usage: xwinwrap [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fdt]
|
||||
[-fs] [-un] [-s] [-st] [-sp] [-a] [-b] [-nf] [-o OPACITY]
|
||||
[-sh SHAPE] [-ov] [-ovr] [-d] [-debug] -- COMMAND ARG1...
|
||||
Usage:
|
||||
xwinwrap [OPTIONS...] -- <video-player> [VIDEO-PLAYER OPTIONS...] <video-file>
|
||||
|
||||
Options:
|
||||
-g - Specify Geometry (w=width, h=height, x=x-coord,
|
||||
-g {w}x{h}+{x}+{y}
|
||||
- Specify Geometry (w=width, h=height, x=x-coord,
|
||||
y=y-coord. ex: -g 640x480+100+100)
|
||||
-ni - Ignore Input
|
||||
-argb - RGB
|
||||
|
|
|
|||
Loading…
Reference in a new issue