mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-04 23:35:58 +01:00
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
This commit is contained in:
@@ -62,13 +62,13 @@ host_triplet = @host@
|
||||
CC = @CC@
|
||||
CPP_PATH = @CPP_PATH@
|
||||
DFLAGS = @DFLAGS@
|
||||
GFXFLAGS = @GFXFLAGS@
|
||||
GFXLFLAGS = @GFXLFLAGS@
|
||||
GFXLIBS = @GFXLIBS@
|
||||
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
|
||||
ICONEXT = @ICONEXT@
|
||||
INTLIBS = @INTLIBS@
|
||||
LD = @LD@
|
||||
LIBPL = @LIBPL@
|
||||
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LITE = @LITE@
|
||||
LN_S = @LN_S@
|
||||
|
||||
@@ -1,15 +1,22 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH geticonset 1x "March 1998"
|
||||
.TH geticonset 1x "January 1999"
|
||||
.SH NAME
|
||||
geticonset \- gets the current Window Maker iconset
|
||||
.SH SYNOPSIS
|
||||
.B geticonset
|
||||
.I [iconsetfile]
|
||||
.I [options] [iconsetfile]
|
||||
.SH DESCRIPTION
|
||||
.B geticonset
|
||||
reads the WMWindowAttributes domain, and writes the iconset found
|
||||
there either to stdout or to
|
||||
.I iconsetfile.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message
|
||||
.TP
|
||||
.B \-\-version
|
||||
print version number
|
||||
.SH ENVIRONMENT
|
||||
.IP GNUSTEP_USER_ROOT
|
||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH getstyle 1x "December 1998"
|
||||
.TH getstyle 1x "January 1999"
|
||||
.SH NAME
|
||||
getstyle \- dumps the current Window Maker style related configuration or
|
||||
creates a theme pack.
|
||||
.SH SYNOPSIS
|
||||
.B getstyle
|
||||
[[-t] [style file]]
|
||||
[-p theme name]
|
||||
[[-t|--theme-options] [-p|--pack] [style file]]
|
||||
.SH DESCRIPTION
|
||||
.B getstyle
|
||||
can either dump the current Window Maker style related configuration
|
||||
@@ -17,6 +16,18 @@ redistributable theme, includig the style information and pixmaps used by it.
|
||||
Note that style information stored in the global configuration of the
|
||||
system is not read.
|
||||
|
||||
The following options are stored by default: \fIIconBack\fP,
|
||||
\fIIconBack\fP, \fITitleJustify\fP, \fIWindowTitleFont\fP,
|
||||
\fIMenuTitleFont, MenuTextFont\fP, \fIIconTitleFont\fP,
|
||||
\fIDisplayFont\fP, \fIHighlightColor\fP, \fIHighlightTextColor\fP,
|
||||
\fIIconTitleColor\fP, \fICClipTitleColor\fP, \fIIconBackColor\fP,
|
||||
\fIFTitleColor\fP, \fIPTitleColor\fP, \fIUTitleColor\fP,
|
||||
\fIFTitleBack\fP, \fIPTitleBack, UTitleBack\fP, \fIMenuTitleColor\fP,
|
||||
\fIMenuTextColor\fP, \fIMenuDisabledColor\fP, \fIMenuTitleBack\fP and
|
||||
\fIMenuTextBack\fP. If either \fB-t\fP or \fB--theme-options\fP is
|
||||
specificied, in addition to the previous options, \fIWorkspaceBack\fP
|
||||
is \fIalso\fP stored.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-t
|
||||
@@ -27,14 +38,6 @@ This option is always enabled when the \-p option is used.
|
||||
creates a theme pack in the directory named by the theme name appended
|
||||
with the .themed suffix.
|
||||
|
||||
Options that are stored in the style file are: IconBack, WorkspaceBack,
|
||||
IconBack, TitleJustify, WindowTitleFont, MenuTitleFont, MenuTextFont,
|
||||
IconTitleFont, DisplayFont, HighlightColor, HighlightTextColor,
|
||||
IconTitleColor, CClipTitleColor, IconBackColor, FTitleColor, PTitleColor,
|
||||
UTitleColor, FTitleBack, PTitleBack, UTitleBack, MenuTitleColor,
|
||||
MenuTextColor, MenuDisabledColor, MenuTitleBack and MenuTextBack.
|
||||
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.IP GNUSTEP_USER_ROOT
|
||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
||||
@@ -42,7 +45,7 @@ appended to this variable to determine the actual location of the
|
||||
databases. If the varialbe is not set, it defaults to "~/GNUstep"
|
||||
.SH FILES
|
||||
.IP GNUSTEP_USER_ROOT/Defaults/WindowMaker
|
||||
This is the actual file that's written.
|
||||
This is the actual file that gets written.
|
||||
.SH SEE ALSO
|
||||
.BR setstyle (1x),
|
||||
.BR wmaker (1x)
|
||||
|
||||
@@ -12,6 +12,13 @@ reads
|
||||
and writes its contents to the WMWindowAttributes domain, efectively
|
||||
setting the icons Window Maker uses for a given class (for example,
|
||||
XTerm, "xterm.XTerm", "rxvt.XTerm", "pine.XTerm", etc)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message
|
||||
.TP
|
||||
.B \-\-version
|
||||
print version number
|
||||
.SH ENVIRONMENT
|
||||
.IP GNUSTEP_USER_ROOT
|
||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH setstyle 1x "December 1998"
|
||||
.TH setstyle 1x "January 1999"
|
||||
.SH NAME
|
||||
setstyle \- set style related options for Window Maker or loads a theme
|
||||
.SH SYNOPSIS
|
||||
.B setstyle
|
||||
.I "[-nofonts]"
|
||||
.I "[--no-fonts] [--help] [--version]"
|
||||
.I stylefile
|
||||
.SH DESCRIPTION
|
||||
.B setstyle
|
||||
@@ -12,9 +12,21 @@ reads
|
||||
.I stylefile
|
||||
and writes its contents to the WindowMaker domain, efectively setting
|
||||
the Window Maker style. If the supplied path is a directory, it will
|
||||
be treated as a theme pack and it will be loaded appropriately. If the
|
||||
.B \-nofonts
|
||||
flag is specified, font related options in the style file will be ignored.
|
||||
be treated as a theme pack and it will be loaded appropriately. If the
|
||||
\fB\-\-no\-fonts\fP flag is specified, font related options
|
||||
(\fIIconTitleFont\fP, \fIClipTitleFont\fP, \fIDisplayFont\fP,
|
||||
\fIMenuTextFont\fP, \fIMenuTitleFont\fP, \fIWindowTitleFont\fP) in the
|
||||
style file will be ignored.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\-no\-fonts
|
||||
ignore font related options in style file.
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message
|
||||
.TP
|
||||
.B \-\-version
|
||||
print version number
|
||||
.SH ENVIRONMENT
|
||||
.IP GNUSTEP_USER_ROOT
|
||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH wdwrite 1x "March 1998"
|
||||
.TH wdwrite 1x "January 1999"
|
||||
.SH NAME
|
||||
wdwrite \- writes keys and values to the defaults database
|
||||
.SH SYNOPSIS
|
||||
@@ -15,6 +15,13 @@ and
|
||||
.I value
|
||||
to the specified
|
||||
.I domain.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message
|
||||
.TP
|
||||
.B \-\-version
|
||||
print version number
|
||||
.SH ENVIRONMENT
|
||||
.IP GNUSTEP_USER_ROOT
|
||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
||||
|
||||
@@ -11,13 +11,13 @@ emulate NeXT's look as much as possible, but it deviates from it as
|
||||
necessary.
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
.B \-nocpp
|
||||
.B \-\-no\-cpp
|
||||
disable preprocessing of configuration files
|
||||
.TP
|
||||
.B \-nodock
|
||||
.B \-\-no\-dock
|
||||
do not show the application Dock
|
||||
.TP
|
||||
.B \-noclip
|
||||
.B \-\-no\-clip
|
||||
do not show the workspace Clip
|
||||
.TP
|
||||
.B \-display host:display.screen
|
||||
@@ -30,13 +30,16 @@ command line argument. For example, if you want Window Maker to manage only
|
||||
screen 1, start it as:
|
||||
.B wmaker -display :0.1
|
||||
.TP
|
||||
.B \-version
|
||||
.B \-\-version
|
||||
display version number and exit
|
||||
.TP
|
||||
.B \-visualid
|
||||
.B \-\-visual\-id
|
||||
specify the ID of the visual to use. See
|
||||
.BR xdpyinfo (1x)
|
||||
for a list of visuals available in your display.
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a brief help message
|
||||
.PP
|
||||
.SH FILES
|
||||
.TP
|
||||
|
||||
@@ -1,47 +1,62 @@
|
||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||
.TH wmsetbg 1x "March 1998"
|
||||
.TH wmsetbg 1x "January 1999"
|
||||
.SH NAME
|
||||
wmsetbg \- sets the background on the X11 display
|
||||
.SH SYNOPSIS
|
||||
.B wmsetbg
|
||||
[-t|-s] [-d|-m] [-u] [-D domain] [-c cpc]
|
||||
.I image
|
||||
[-display] [--version] [--help] [{-b|--back-color} \fIcolor\fP]
|
||||
[{-t|--tile}|{-e|--center}|{-s|--scale}|{-a|--maxscale} \fIimage\fP]
|
||||
[{-d|--dither}|{-m|--match}] [-u|--update-wmaker]
|
||||
[{-D|--update-domain} \fIdomain\fP] [{-c|--colors} \fIcpc\fP]
|
||||
[{-p|--parse} \fItexture\fP] [{-w|--workspace} \fIworkspace\fP]
|
||||
.SH DESCRIPTION
|
||||
.B wmsetbg
|
||||
reads the specified
|
||||
.I image
|
||||
(XPM, PNG, jpeg, Tiff, raw PPM) and puts it on the root window. It can either
|
||||
scale the image or tile it to make it fit the root window. Window Maker
|
||||
uses this command internally to set the root window image on start up. It can be used on the command line, but it
|
||||
.B won't
|
||||
write the information to the Window Maker defaults' database.
|
||||
(XPM, PNG, jpeg, Tiff, raw PPM) and puts it on the root window. It can
|
||||
either scale the image or tile it to make it fit the root
|
||||
window. Window Maker uses this command internally to set the root
|
||||
window image on start up.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-t
|
||||
tiles the specified
|
||||
.I image
|
||||
.B -a|--maxscale
|
||||
scales the specified \fIimage\fP preserving its aspect ratio
|
||||
.TP
|
||||
.B \-s
|
||||
scales the specified
|
||||
.I image
|
||||
(default)
|
||||
.B -e|--center
|
||||
centers the specified \fIimage\fP
|
||||
.TP
|
||||
.B \-d
|
||||
.B -t|--tile
|
||||
tiles the specified \fIimage\fP
|
||||
.TP
|
||||
.B -s|--scale
|
||||
scales the specified \fIimage\fP (default)
|
||||
.TP
|
||||
.B -d|--dither
|
||||
dithers colors
|
||||
.TP
|
||||
.B \-m
|
||||
.B -m|--match
|
||||
matches colors
|
||||
.TP
|
||||
.B \-u
|
||||
.B -u|--update-wmaker
|
||||
updates the Window Maker defaults database
|
||||
.TP
|
||||
.B \-d
|
||||
updates the specifed
|
||||
.I domain
|
||||
database
|
||||
.B -D|--update-domain
|
||||
updates the specifed \fIdomain\fP database
|
||||
.TP
|
||||
.B \-c
|
||||
.B -c|--colors
|
||||
colors per channel to use
|
||||
.TP
|
||||
.B -p|--parse
|
||||
parses the specified \fItexture\fP as a \fIproplist style texture\fP
|
||||
.TP
|
||||
.B -w|--workspace
|
||||
update background only for the specified \fIworkspace\fP
|
||||
.TP
|
||||
.B \-\-help
|
||||
print a help message
|
||||
.TP
|
||||
.B \-\-version
|
||||
print version number
|
||||
.SH SEE ALSO
|
||||
.BR wmaker (1x)
|
||||
.SH AUTHOR
|
||||
@@ -49,3 +64,4 @@ This man page was written by Marcelo Magallon <mmagallo@debian.org>.
|
||||
.PP
|
||||
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
|
||||
wmsetbg was written by Dan Pascu <dan@windowmaker.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user