1Window Maker(1x) Window Maker(1x)
2
3
4
6 wmaker - X11 window manager with a NEXTSTEP look
7
9 wmaker [-options]
10
12 Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
13 emulate NeXT's look as much as possible, but it deviates from it as
14 necessary.
15
17 --no-cpp
18 disable preprocessing of configuration files
19
20 --no-dock
21 do not show the application Dock
22
23 --no-clip
24 do not show the workspace Clip
25
26 -display host:display.screen
27 specify display to use. On multiheaded machines, Window Maker
28 will automatically manage all screens. If you want Window Maker
29 to manage only a specific screen, you must supply the screen
30 number you want to have managed with the -display command line
31 argument. For example, if you want Window Maker to manage only
32 screen 1, start it as: wmaker -display :0.1
33
34 --version
35 display version number and exit
36
37 --visual-id
38 specify the ID of the visual to use. See xdpyinfo(1x) for a list
39 of visuals available in your display.
40
41 --help print a brief help message
42
44 ~/GNUstep/Defaults/WindowMaker
45 general Window Maker defaults.
46
47 ~/GNUstep/Defaults/WMState
48 information about the Dock and Clip. DON'T edit this while run‐
49 ning Window Maker. It will be overwritten.
50
51 ~/GNUstep/Defaults/WMRootMenu
52 Contains the name of the file to read the root menu from or the
53 menu itself, in property list format.
54
55 ~/GNUstep/Defaults/WMWindowAttributes
56 Attributes for different application classes and instances. Use
57 the Attribute Editor (right drag the application's title bar,
58 select Attributes) instead of modifying this file directly.
59 There are just a few options not available using the Attributes
60 Editor.
61
62 /usr/share/WindowMaker/Defaults/
63 All the above-mentioned files are READ from here if not found
64 except for WMState, which is COPIED from here. No matter where
65 they are read from, if it's necesary to write configuration
66 changes back into this files, user's files will be written to.
67
68 ~/GNUstep/Library/WindowMaker/autostart
69 This script is automatically executed when Window Maker is
70 started.
71
72 ~/GNUstep/Library/WindowMaker/exitscript
73 This script is automatically executed immediately before Window
74 Maker is exited. Note: If you need to run something that
75 requires the X server to be running from this script, make sure
76 you do not use the SHUTDOWN command from the root menu to exit
77 Window Maker. Otherwise, the X server might be shut down before
78 the script is executed.
79
80 ~/GNUstep/Library/WindowMaker/
81 The menu file indicated in WMRootMenu is looked for here...
82
83 /etc/X11/WindowMaker/
84 and here, in that order. Unless, the indicated path is an abso‐
85 lute path.
86
87 ~/GNUstep/Library/WindowMaker/Pixmaps/
88 Window Maker looks for pixmaps here
89
90 ~/GNUstep/Library/WindowMaker/Backgrounds/
91 Window Maker looks for backgrounds here
92
93 ~/GNUstep/Library/WindowMaker/Styles/
94 Window Maker looks for style files here (not true... it looks
95 like it does, but you have to specify the full path anyway, it's
96 just a place to keep things nicely ordered)
97
98 ~/GNUstep/Library/WindowMaker/Themes/
99 Window Maker looks for theme files here (ibid)
100
101 /usr/share/WindowMaker/Pixmaps/
102 System wide pixmaps are located here...
103
104 /usr/share/WindowMaker/Pixmaps/
105 and here.
106
107 /usr/share/WindowMaker/Styles/
108 System wide styles are here
109
110 /usr/share/WindowMaker/Themes/
111 Guess... ;-)
112
114 GNUSTEP_USER_ROOT
115 specifies the initial path for the Defaults directory.
116 "Defaults/" is appended to this variable to determine the actual
117 location of the databases. If the varialbe is not set, it
118 defaults to "~/GNUstep"
119
120 GNUSTEP_LOCAL_ROOT
121 specifies the location of the system-wide local GNUstep direc‐
122 tory (this is useful, for example, in those cases where the sys‐
123 tem-wide location is really a network wide location). If this
124 variable is empty, GNUSTEP_SYSTEM_ROOT is looked for.
125
126 GNUSTEP_SYSTEM_ROOT
127 specifies the location of the system-wide GNUstep directory. If
128 this variable is empty, it defaults to /etc/GNUstep
129
131 The Window Maker User Guide
132
133 The Window Maker FAQ
134
135 X(1x), wdwrite(1x), wxcopy(1x), geticonset(1x), seticons(1x),
136 wmaker(1x), wxpaste(1x), getstyle(1x), setstyle(1x), wmsetbg(1x)
137
139 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>,
140 Dan Pascu <dan@windowmaker.org> with contributions from many people
141 around the Internet.
142
143 This manual page was written by Marcelo E. Magallon, <mma‐
144 gallo@debian.org>.
145
146
147
148
149
150 August 1998 Window Maker(1x)