From b5c5f60d825263b8bcbcd0be54de7074320c3f7e Mon Sep 17 00:00:00 2001 From: Aaahh Ahh Date: Wed, 27 Dec 2017 17:47:26 -0500 Subject: Reorganize usage info --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8cb59bf..4438312 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,15 @@ make clean ### Usage ``` -Usage: xwinwrap [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fs] [-s] [-st] [-sp] [-a] [-b] [-nf] [-o OPACITY] [-sh SHAPE] [-ov]-- COMMAND ARG1... +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... Options: - -g - Specify Geometry (w=width, h=height, x=x-coord, y=y-coord. ex: -g 640x480+100+100) + -g - Specify Geometry (w=width, h=height, x=x-coord, + y=y-coord. ex: -g 640x480+100+100) -ni - Ignore Input -argb - RGB + -fdt - Force WID window a desktop type window -fs - Full Screen -un - Undecorated -s - Sticky @@ -38,8 +42,11 @@ Options: -b - Below -nf - No Focus -o - Opacity value between 0 to 1 (ex: -o 0.20) - -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) + -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 -debug - Enable debug messages ``` Example -- cgit v1.2.3