aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaahh Ahh <woohoomoo2u@gmail.com>2017-11-26 15:31:12 -0500
committerAaahh Ahh <woohoomoo2u@gmail.com>2017-11-26 15:31:12 -0500
commitfe9859908c492ee1984046c7c11aad19f956d281 (patch)
tree436119ac9a6c31709d93ed9471109ad784e2a7af /README.md
parent8f6b51c9dfb495d346c3bae88cc893ec4c797846 (diff)
Add video demo
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/README.md b/README.md
index f120a12..80687c9 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
# Xwinwrap
-My fork of xwinwrap.
-Xwinwrap allows you to stick most of the apps to your desktop background.
-My use case - can use gif as a background
+Fork of xwinwrap.
+Xwinwrap allows you to stick an app such as a videoplayer or gif viewer to your desktop background.
+Gif as a background:
-![demo gif](https://github.com/ujjwal96/xwinwrap/blob/demo/demo.gif)
+![demo gif](https://github.com/aaahh/xwinwrap/blob/master/examples/demo-gif.gif)
+
+Video as a background:
+
+![demo gif](https://github.com/aaahh/xwinwrap/blob/master/examples/demo-video.gif)
### Installing
@@ -40,12 +44,13 @@ Options:
```
Example
`xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -- gifview -w WID mygif.gif -a`
-
+`nice xwinwrap -b -s -fs -st -sp -nf -ov -fdt -- mpv -wid WID --really-quiet --framedrop=vo --no-audio --panscan="1.0" /path/to/your/video`
### Changes
* Added ability to make undecorated window
* Changed how desktop window is found
* Refactored window hints
+* Add DESKTOP window type flag
----
-Original source - https://launchpad.net/xwinwrap
+Original source - https://launchpad.net/xwinwrap \ No newline at end of file