Files
wmaker/doc/wmaker.in
T

179 lines
5.8 KiB
Plaintext
Raw Normal View History

1998-09-29 22:36:29 +00:00
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH "Window Maker" 1 "February 2015"
1998-09-29 22:36:29 +00:00
.SH NAME
wmaker \- X11 window manager with a NEXTSTEP look
.SH SYNOPSIS
.B wmaker
.I "[-options]"
.SH "DESCRIPTION"
1998-10-21 14:43:47 +00:00
Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
1998-09-29 22:36:29 +00:00
emulate NeXT's look as much as possible, but it deviates from it as
necessary.
.SH "OPTIONS"
.TP
.BI \-display " host:display.screen"
1998-09-29 22:36:29 +00:00
specify display to use.
1998-10-21 14:43:47 +00:00
On multiheaded machines, Window Maker will automatically manage all screens.
If you want Window Maker to manage only a specific screen, you must supply
the screen number you want to have managed with the
1998-09-29 22:36:29 +00:00
.B \-display
1998-10-21 14:43:47 +00:00
command line argument. For example, if you want Window Maker to manage only
1998-09-29 22:36:29 +00:00
screen 1, start it as:
.EX
wmaker -display :0.1
.EE
1998-09-29 22:36:29 +00:00
.TP
.B \-\-dont\-restore
do not restore saved session
2011-08-16 11:56:02 +02:00
.TP
.B \-\-global_defaults_path
print the path where the files for the default configuration are installed and exit
2011-08-16 11:56:02 +02:00
.TP
.B \-\-help
print the list of command line options supported, one per line, and exit
2011-08-16 11:56:02 +02:00
.TP
.BI \-\-locale " locale"
specify the locale (i18n language) to use; Window Maker will also set the variable
.B LANG
which will be inherited by all applications started from Window Maker
2011-08-16 11:56:02 +02:00
.TP
.B \-\-no\-autolaunch
do not launch at start-up the applications that were marked in the configuration as autolanched
2011-08-16 11:56:02 +02:00
.TP
.B \-\-no\-clip
do not show the workspace Clip
2011-08-16 11:56:02 +02:00
.TP
.B \-\-no\-dock
do not show the application Dock
2011-08-16 11:56:02 +02:00
.TP
.B \-\-no\-drawer
disable the Drawers in the Dock
@!HAVE_INOTIFY@.TP
@!HAVE_INOTIFY@.B \-\-no\-polling
@!HAVE_INOTIFY@disable the periodic check on the configuration file to reload it automatically
@USE_ICCCM_WMREPLACE@.TP
@USE_ICCCM_WMREPLACE@.B \-\-replace
@USE_ICCCM_WMREPLACE@ask the currently running window manager to let Window Maker take his place
2011-08-16 11:56:02 +02:00
.TP
.B \-\-static
do not update or save automatically the configuration
2011-08-16 11:56:02 +02:00
.TP
.B \-\-version
display Window Maker's version number and exit
1998-09-29 22:36:29 +00:00
.TP
.B \-\-visual\-id
specify the ID of the visual to use; see
.BR xdpyinfo (1)
for a list of visuals available in your display
1998-09-29 22:36:29 +00:00
.PP
.SH FILES
.TP
.B ~/GNUstep/Defaults/WindowMaker
1998-10-21 14:43:47 +00:00
general Window Maker defaults.
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Defaults/WMState
information about the Dock and Clip. DON'T edit this while running
1998-10-21 14:43:47 +00:00
Window Maker. It will be overwritten.
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Defaults/WMRootMenu
1998-10-21 14:43:47 +00:00
Contains the name of the file to read the root menu from or the
menu itself, in property list format.
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Defaults/WMWindowAttributes
Attributes for different application classes and instances. Use the
Attribute Editor (right drag the application's title bar, select
Attributes) instead of modifying this file directly. There are just a
few options not available using the Attributes Editor.
.TP
.B @pkgconfdir@/
1998-09-29 22:36:29 +00:00
All the above-mentioned files are READ from here if not found except
for WMState, which is COPIED from here. No matter where they are read
2010-08-16 17:52:22 +02:00
from, if it's necessary to write configuration changes back into this
1998-09-29 22:36:29 +00:00
files, user's files will be written to.
.TP
.B ~/GNUstep/Library/WindowMaker/autostart
1998-10-21 14:43:47 +00:00
This script is automatically executed when Window Maker is started.
.TP
.B ~/GNUstep/Library/WindowMaker/exitscript
This script is automatically executed immediately before Window Maker is
1998-10-21 14:43:47 +00:00
exited.
.B Note:
If you need to run something that requires the X server to be running
from this script, make sure you do not use the
.I SHUTDOWN
command from the root menu to exit Window Maker. Otherwise, the X server
might be shut down before the script is executed.
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Library/WindowMaker/
The menu file indicated in WMRootMenu is looked for here...
.TP
.B @pkgdatadir@/
1998-10-21 14:43:47 +00:00
and here, in that order. Unless, the indicated path is an absolute path.
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
2011-08-16 11:56:02 +02:00
Window Maker looks for \fBpixmaps\fP here
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Library/Icons/
Window Maker looks for \fBicons\fP here
.TP
1998-09-29 22:36:29 +00:00
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
1998-10-21 14:43:47 +00:00
Window Maker looks for backgrounds here
1998-09-29 22:36:29 +00:00
.TP
.B ~/GNUstep/Library/WindowMaker/Styles/
1998-10-21 14:43:47 +00:00
Window Maker looks for style files here (not true... it looks like it
1998-09-29 22:36:29 +00:00
does, but you have to specify the full path anyway, it's just a place
to keep things nicely ordered)
.TP
.B ~/GNUstep/Library/WindowMaker/Themes/
1998-10-21 14:43:47 +00:00
Window Maker looks for theme files here (ibid)
1998-09-29 22:36:29 +00:00
.TP
.B @pkgdatadir@/Pixmaps/
2011-08-16 11:56:02 +02:00
System-wide (Window Maker-specific) pixmaps are located here
1998-09-29 22:36:29 +00:00
.TP
.B @pkgdatadir@/Styles/
1998-09-29 22:36:29 +00:00
System wide styles are here
.TP
.B @pkgdatadir@/Themes/
1998-09-29 22:36:29 +00:00
Guess... ;-)
.SH ENVIRONMENT
.IP WMAKER_USER_ROOT
1998-09-29 22:36:29 +00:00
specifies the initial path for the Defaults directory. "Defaults/" is
appended to this variable to determine the actual location of the
databases. If the variable is not set, it defaults to "~/GNUstep"
.IP GNUSTEP_USER_APPS
specifies the location of the user's GNUstep Apps directory. If this
variable is empty, it defaults to ~/GNUstep/Applications.
.IP GNUSTEP_LOCAL_APPS
specifies the location of the system-wide \fBlocal\fP GNUstep Apps
1998-09-29 22:36:29 +00:00
directory (this is useful, for example, in those cases where the
system-wide location is really a network wide location). If this
variable is empty, it defaults to /usr/local/GNUstep/Local/Applications.
.IP GNUSTEP_SYSTEM_APPS
specifies the location of the system-wide GNUstep Apps directory. If this
variable is empty, it defaults to /usr/GNUstep/System/Applications.
1998-09-29 22:36:29 +00:00
.SH SEE ALSO
1998-10-21 14:43:47 +00:00
The Window Maker User Guide
1998-09-29 22:36:29 +00:00
.PP
1998-10-21 14:43:47 +00:00
The Window Maker FAQ
1998-09-29 22:36:29 +00:00
.PP
.BR WPrefs (1),
.BR X (7),
.BR wxcopy (1),
.BR wxpaste (1),
.BR geticonset (1),
.BR seticons (1),
.BR getstyle (1),
.BR setstyle (1),
.BR wmsetbg (1),
.BR wmgenmenu (1),
.BR wmmenugen (1),
.BR wdread (1),
.BR wdwrite (1)
1998-09-29 22:36:29 +00:00
.SH AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
Dan Pascu <dan@windowmaker.info> with contributions from many people around
1998-10-21 14:43:47 +00:00
the Internet.
1998-09-29 22:36:29 +00:00
.PP
This manual page was created by Marcelo E. Magallon, <mmagallo@debian.org>
and is maintained by the Window Maker team.