about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-11-20 12:32:07 +0000
committerYour Name <you@example.com>2021-11-20 12:36:12 +0000
commit401b5a5eb092173443253cdd57736cd6bf401e40 (patch)
treebcda566edd3bba82e7e4e4c678b0db621c126020 /README.md
parentAdd force desktop window type flag (#4) (diff)
downloadxwinwrap-401b5a5eb092173443253cdd57736cd6bf401e40.tar.gz
xwinwrap-401b5a5eb092173443253cdd57736cd6bf401e40.tar.bz2
xwinwrap-401b5a5eb092173443253cdd57736cd6bf401e40.zip
Add the assume_root_window_is_desktop setting (-r) HEAD master
This makes it so that fullscreen applications are not treated as the
desktop, and only the Xorg root window will.
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 33eba7c..6451157 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Xwinwrap
 
-My fork of xwinwrap.  
+My fork of xwinwrap. (With some added settings)
 Xwinwrap allows you to stick most of the apps to your desktop background.  
 My use case - can use gif as a background
 
@@ -38,16 +38,15 @@ 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)
              -d      - Daemonize
+             -r      - Assume the root window is the desktop
              -debug  - Enable debug messages
 ```
 Example
-`xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -- gifview -w WID mygif.gif -a`
+`xwinwrap -g 400x400 -ni -s -nf -b -r -un -argb -sh circle -- gifview -w WID mygif.gif -a`
 
 ### Changes
 
-* Added ability to make undecorated window
-* Changed how desktop window is found
-* Refactored window hints
+* Added the -r setting
 
 ----
 Original source - https://launchpad.net/xwinwrap