This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via ca64091f05b2007c75d9cab876249b57fc4533e3 (commit)
via c478a39a4ad6582209e874a811ec289380144945 (commit)
from c6991fb991e33c33d3801e5d5023901f2840a8ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/ca64091f05b2007c75d9cab876249b57fc4533e3
commit ca64091f05b2007c75d9cab876249b57fc4533e3
Author: Amadeusz Sławiński <[email protected]>
Date: Mon May 19 23:04:09 2014 +0200
Add missing options to wmsetbg manpage
Signed-off-by: Amadeusz Sławiński <[email protected]>
diff --git a/doc/wmsetbg.1x b/doc/wmsetbg.1x
index 57337efa..c626d62e 100644
--- a/doc/wmsetbg.1x
+++ b/doc/wmsetbg.1x
@@ -4,8 +4,9 @@
wmsetbg - sets the background on the X11 display
.SH SYNOPSIS
.B wmsetbg
-[-display] [--version] [--help] [{-b|--back-color} fIcolorfP]
-[{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale} fIimagefP]
+[-display] [{-v|--version}] [{-h|--help}] [{-S|--smooth}]
+[{-X|--xinerama}] [{-b|--back-color} fIcolorfP]
+[{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale}|{-f|--fillscale}
fIimagefP]
[{-d|--dither}|{-m|--match}] [-u|--update-wmaker]
[{-D|--update-domain} fIdomainfP] [{-c|--colors} fIcpcfP]
[{-p|--parse} fItexturefP] [{-w|--workspace} fIworkspacefP]
@@ -39,9 +40,18 @@ tiles the specified fIimagefP
.B -s|--scale
scales the specified fIimagefP (default)
.TP
+.B -f|--fillscale
+scales the specified fIimagefP to fill screen while preserving aspect ratio
+.TP
.B -d|--dither
dithers colors
.TP
+.B -S|--smooth
+smooth scaled image
+.TP
+.B -X|--xinerama
+stretch image across Xinerama heads
+.TP
.B -m|--match
matches colors
.TP
@@ -60,10 +70,10 @@ parses the specified fItexturefP as a fIproplist style
texturefP
.B -w|--workspace
update background only for the specified fIworkspacefP
.TP
-.B --help
+.B -h|--help
print a help message
.TP
-.B --version
+.B -v|--version
print version number
.SH SEE ALSO
.BR wmaker (1x)
http://repo.or.cz/w/wmaker-crm.git/commit/c478a39a4ad6582209e874a811ec289380144945
commit c478a39a4ad6582209e874a811ec289380144945
Author: Amadeusz Sławiński <[email protected]>
Date: Mon May 19 23:04:08 2014 +0200
reformat output so it fits on terminals with 80 columns
Signed-off-by: Amadeusz Sławiński <[email protected]>
diff --git a/util/wmsetbg.c b/util/wmsetbg.c
index 775cc194..6e74c534 100644
--- a/util/wmsetbg.c
+++ b/util/wmsetbg.c
@@ -1144,26 +1144,26 @@ static void print_help(void)
puts("Sets the workspace background to the specified image or a texture
and");
puts("optionally update Window Maker configuration");
puts("");
- puts(" -display display to use");
- puts(" -d, --dither dither image");
- puts(" -m, --match match colors");
- puts(" -S, --smooth smooth scaled image");
+ puts(" -display display to use");
+ puts(" -d, --dither dither image");
+ puts(" -m, --match match colors");
+ puts(" -S, --smooth smooth scaled image");
#ifdef USE_XINERAMA
- puts(" -X, --xinerama stretch image across Xinerama
heads");
+ puts(" -X, --xinerama stretch image across Xinerama
heads");
#endif
- puts(" -b, --back-color <color> background color");
- puts(" -t, --tile tile image");
- puts(" -e, --center center image");
- puts(" -s, --scale scale image (default)");
- puts(" -a, --maxscale scale image and keep aspect
ratio");
- puts(" -f, --fillscale scale image to fill screen and
keep aspect ratio");
- puts(" -u, --update-wmaker update WindowMaker domain
database");
- puts(" -D, --update-domain <domain> update <domain> database");
- puts(" -c, --colors <cpc> colors per channel to use");
- puts(" -p, --parse <texture> proplist style texture
specification");
- puts(" -w, --workspace <workspace> update background for the
specified workspace");
- puts(" -v, --version show version of wmsetbg and
exit");
- puts(" -h, --help show this help and exit");
+ puts(" -b, --back-color <color> background color");
+ puts(" -t, --tile tile image");
+ puts(" -e, --center center image");
+ puts(" -s, --scale scale image (default)");
+ puts(" -a, --maxscale scale image and keep aspect
ratio");
+ puts(" -f, --fillscale scale image to fill screen and
keep aspect ratio");
+ puts(" -u, --update-wmaker update WindowMaker domain
database");
+ puts(" -D, --update-domain <domain> update <domain> database");
+ puts(" -c, --colors <cpc> colors per channel to use");
+ puts(" -p, --parse <texture> proplist style texture
specification");
+ puts(" -w, --workspace <workspace> update background for the
specified workspace");
+ puts(" -v, --version show version of wmsetbg and exit");
+ puts(" -h, --help show this help and exit");
}
static void changeTextureForWorkspace(const char *domain, char *texture, int
workspace)
-----------------------------------------------------------------------
Summary of changes:
doc/wmsetbg.1x | 18 ++++++++++++++----
util/wmsetbg.c | 36 ++++++++++++++++++------------------
2 files changed, 32 insertions(+), 22 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].