From 401b5a5eb092173443253cdd57736cd6bf401e40 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Nov 2021 12:32:07 +0000 Subject: Add the assume_root_window_is_desktop setting (-r) This makes it so that fullscreen applications are not treated as the desktop, and only the Xorg root window will. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit 1.4.1