Skip to content

Commit

Permalink
Merge branch '3ricsonn-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhobi7 committed Aug 2, 2021
2 parents cfaedf2 + 5d2af3b commit 5071e69
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5071e69

Please sign in to comment.