aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaahh Ahh <woohoomoo2u@gmail.com>2017-12-27 19:53:49 -0500
committerAaahh Ahh <woohoomoo2u@gmail.com>2017-12-27 19:54:15 -0500
commit44d30d1293d38007b42b8884a695b3af3a4de639 (patch)
tree2722f0e8d7954b967a292d72c904b12448c01e15 /README.md
parentb5c5f60d825263b8bcbcd0be54de7074320c3f7e (diff)
add override root flag
overrides root window so that "Desktop" windows appear above it Attempts to fix: https://github.com/varlesh/xwinwrap/issues/1
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4438312..ec8f4a5 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ make clean
```
Usage: xwinwrap [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fdt]
[-fs] [-un] [-s] [-st] [-sp] [-a] [-b] [-nf] [-o OPACITY]
- [-sh SHAPE] [-ov] [-d] [-debug] -- COMMAND ARG1...
+ [-sh SHAPE] [-ov] [-ovr] [-d] [-debug] -- COMMAND ARG1...
Options:
-g - Specify Geometry (w=width, h=height, x=x-coord,
y=y-coord. ex: -g 640x480+100+100)
@@ -45,7 +45,10 @@ Options:
-sh - Shape of window (choose between rectangle, circle or
triangle. Default is rectangle)
-ov - Set override_redirect flag (For seamless desktop
- background integration in non-fullscreenmode)
+ background integration in non-fullscreenmode) (can cause
+ artifacts on some environments)
+ -ovr - Set override_redirect flag on root window (For seamless
+ desktop background integration in fullscreenmode)
-d - Daemonize
-debug - Enable debug messages
```