1 <html xmlns
="http://www.w3.org/1999/xhtml">
3 <meta name
="generator" content
="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
5 <title
>User Guide
: Configuration
</title
>
6 <meta http
-equiv
="Content-Type" content
="text/html; charset=us-ascii" />
7 <link href
="title.css" rel
="stylesheet" type
="text/css" />
11 <?php
include("dock.php"); ?
>
12 <?php
include("header.php"); ?
>
14 <table
class="inner" border
="0" cellpadding
="1" cellspacing
="1">
16 <td content
="content" colspan
="2" valign
="top">
23 <h1
>Configuring Window Maker
</h1
><br
/>
27 <h2
><a name
="4.1">4.1 The Defaults System
</a
></h2
><a name
="4.1"></a
><br
/>
28 WindowMaker uses a defaults database
for storing various information
, like configurations
and other data that must be
29 kept between
sessions (like the
list of applications of a saved session
). The defaults database is stored
as
30 <i
>property lists
</i
> in the $
(HOME
)/GNUstep
/Defaults directory
. Each file in the $
(HOME
)/GNUstep
/Defaults directory
31 contains data that belongs to a specific
<i
>domain
</i
>.<br
/>
33 Any application can
use the defaults database to store its information
. Generally an application will have one
or more
34 <i
>domains
</i
> that belong to it
.<br
/>
39 <h3
><a name
="4.1.1">4.1.1 Property
list File Format
</a
></h3
><a name
="4.1.1"></a
><br
/>
41 The syntax of the property
list is simple
, but
, if you need to change it manually you must take care not to leave any
44 The EBNF
for the property
list is the following
:<br
/>
47 <h3
><b
>Description of the syntax of a property
list in the Bacchus Naur
Form (BNF
)</b
></h3
>
50 <table border
="1" width
="80%" cellspacing
="0" cellpadding
="5">
53 <td align
="center" valign
="middle">
54 <table border
="0" width
="100%" cellspacing
="0" cellpadding
="5">
57 <td align
="left" valign
="top"><font face
=
58 "Times New Roman, Times, Times Roman"><
;object>
;</font
></td
>
60 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">::=</font
></td
>
62 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman"><
;string>
; |
63 <
;data
>
; |
<
;array>
; |
<
;dictionary
>
;</font
></td
>
67 <td align
="left" valign
="top"><font face
=
68 "Times New Roman, Times, Times Roman"><
;string>
;</font
></td
>
70 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">::=</font
></td
>
72 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">text with
73 <i
>non
-alphanumeric characters
</i
> | alphanumeric text
</font
></td
>
77 <td align
="left" valign
="top"><font face
=
78 "Times New Roman, Times, Times Roman"><
;array>
;</font
></td
>
80 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">::=</font
></td
>
82 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">`
(' [ <object> {
83 `,' <
;object>
; }* ] `
)'</font></td>
87 <td align="left" valign="top"><font face=
88 "Times New Roman, Times, Times Roman"><dictionary></font></td>
90 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">::=</font></td>
92 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">`{' [
93 <
;keyval_pair
>
; { `
,' <keyval_pair> }* ] `}'</font
></td
>
97 <td align
="left" valign
="top"><font face
=
98 "Times New Roman, Times, Times Roman"><
;keyval_pair
>
;</font
></td
>
100 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">::=</font
></td
>
102 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman"><
;string>
; `
='
103 <object> `;'</font
></td
>
114 <h3
><b
>Example property
list file
</b
></h3
>
116 <font face
="Courier New, Courier"> {
118 Icon
= "defaultAppIcon.xpm";
130 </pre
>The property
list above is a dictionary with
3 dictionaries inside
. The first is keyed by ``
*'', the second by
131 ``XTerm
.xterm
'' and the last by ``xconsole
''.<br
/>
133 Note that all strings that have non
-alphabetic
or numeric characters (like a dot ``
.'' or the asterisk ``
*'' are
134 enclosed by
double quotes
. Strings with only alphanumeric characters may
or may not be enclosed in
double quotes
, as
135 they will not make any difference
.<br
/>
137 Here is another example
:<br
/>
140 <font face
="Courier New, Courier">{
141 FTitleBack
= ( hgradient
, gray
, "#112233" );
146 The property
list in the example above contains an
array with
3 elements with a key named ``FTitleBack
''.<br
/>
148 Except
for cases like file names
and paths
, all value strings are
case insensitive
, i
.e
.: YES
= Yes
= yes
= yEs
<br
/>
150 <a name
="Value Types"></a
>
152 <h3
><a name
="Value Types">4.1.2 Value Types
</a
></h3
><a name
="Value Types"></a
><br
/>
153 Here is a description of some of the types of values that an option might have
:<br
/>
157 <table border
="0" width
="80%" cellspacing
="0" cellpadding
="0">
160 <th align
="left"><font face
="Times New Roman, Times, Times Roman">Type
</font
></th
>
162 <th align
="left"><font face
="Times New Roman, Times, Times Roman">Value
</font
></th
>
172 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
174 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">YES
or NO
</font
></td
>
184 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">integer</font
></td
>
186 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">any
integer number
, usually
187 limited by a range that will be indicated
</font
></td
>
197 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">positive
integer</font
></td
>
199 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">any
integer number greater than
200 or equal to
zero (0)</font
></td
>
210 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">speed
</font
></td
>
212 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">UltraFast
, Fast
, Medium
, Slow
,
213 or VerySlow
</font
></td
>
223 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">mouse button
</font
></td
>
225 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Left
, Middle
, Right
, Button1
,
226 Button2
, Button3
, Button4
, or Button5
</font
></td
>
241 <h3
><a name
="4.1.3">4.1.3 Preferences
</a
></h3
><a name
="4.1.3"></a
> General preference options are stored in the
242 <i
>WindowMaker
</i
> domain
; i
.e
. the $
(HOME
)/GNUstep
/Defaults
/WindowMaker file
.<br
/>
244 Changes in preference options will automatically affect the current WindowMaker session
, without a restart
. Some
245 options
, however
, require a restart of WindowMaker before they take effect
. Such options are marked with a
* .<br
/>
247 Note that values marked
as <i
>Default</i
> are values that are assumed
if the option is not specified
, instead of
248 <i
>factory
default</i
> values that are set in the preference file
.<br
/>
252 <table border
="0" width
="95%" cellspacing
="0" cellpadding
="5">
255 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Option
</font
></th
>
257 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Value
</font
></th
>
259 <th align
="leftt" valign
="top"><font face
="Times New Roman, Times, Times Roman">Description
</font
></th
>
263 <td align
="left" valign
="top"><font face
="Courier New, Courier">PixmapPath
</font
></td
>
265 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">list of directories separated by
266 ":" (default: depends on the system
)</font
></td
>
268 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">A
list of directories where
269 pixmaps can be found
. The pixmaps
for things like icons
, are searched in these paths in order of
270 appearance
.</font
></td
>
274 <td align
="left" valign
="top"><font face
="Courier New, Courier">*NoDithering
</font
></td
>
276 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
279 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Disable internal dithering of
280 images
. Not recommended
for displays with less than
8 bits per pixel
.</font
></td
>
284 <td align
="left" valign
="top"><font face
="Courier New, Courier">*ColormapSize
</font
></td
>
286 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">integer number
>
; 1 (default:
289 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Number of colors
for each of the
290 red
, green
and blue components to be used
for the dithering colormap
. This value must be greater than
1 and
291 smaller than
6 for 8bpp displays
. It only makes sense on PseudoColor displays
. This option has not effect on
292 TrueColor displays
. Larger values result in better appearance
, but leaves less colors
for other
293 applications
.</font
></td
>
297 <td align
="left" valign
="top"><font face
="Courier New, Courier">*ModifierKey
</font
></td
>
299 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">modifier key
name (default:
302 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The key to
use as the modifier
303 being referred
as Meta in this manual
, like Meta dragging a window to move it
. Valid values are Alt
, Meta
,
304 Super
, Hyper
, Mod1
, Mod2
, Mod3
, Mod4
, Mod5
.</font
></td
>
308 <td align
="left" valign
="top"><font face
="Courier New, Courier">UseSaveUnders
</font
></td
>
310 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
313 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Use <i
>saveunders
</i
> in
314 WindowMaker windows
. This can improve performance but increases memory usage
. It also can cause problems with
315 refreshing in some applications
.</font
></td
>
319 <td align
="left" valign
="top"><font face
="Courier New, Courier">DisableClip
</font
></td
>
321 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
324 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Will remove the application Clip
325 from the workspace
.</font
></td
>
329 <td align
="left" valign
="top"><font face
="Courier New, Courier">DisableDock
</font
></td
>
331 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
334 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Will remove the application Dock
335 from the workspace
</font
></td
>
339 <td align
="left" valign
="top"><font face
="Courier New, Courier">Superfluous
</font
></td
>
341 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
344 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Enable extra animations
and
345 other cosmetic things that might increase peak memory
and CPU usage
.</font
></td
>
349 <td align
="left" valign
="top"><font face
="Courier New, Courier">SaveSessionOnExit
</font
></td
>
351 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
354 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Automatically save the state of
355 the session when exiting WindowMaker
.</font
></td
>
359 <td align
="left" valign
="top"><font face
="Courier New, Courier">*IconSize
</font
></td
>
361 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">integer >
; 4 (default:
364 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The size of application icons
365 and miniwindows
.</font
></td
>
369 <td align
="left" valign
="top"><font face
="Courier New, Courier">OpaqueMove
</font
></td
>
371 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
374 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether the whole window should
375 be moved
while dragging it
, or, if only it
's frame should be dragged.</font></td>
379 <td align="left" valign="top"><font face="Courier New, Courier">FocusMode</font></td>
381 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Manual or CickToFocus, Auto or
382 FocusFollowsMouse, SemiAuto or Sloppy (default: ClickToFocus)</font></td>
384 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">The mode of input focus setting.
385 Refer to section <a href="chap2.php#2.2.1">2.2.1, Focusing a
386 Window</a></font></td>
390 <td align="left" valign="top"><font face="Courier New, Courier">IgnoreFocusClick</font></td>
392 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
395 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether the mouse click use to
396 focus a window should be ignore or treated normally.</font></td>
400 <td align="left" valign="top"><font face="Courier New, Courier">AutoFocus</font></td>
402 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
405 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether newly created windows
406 should receive input focus. Do not confuse with FocusMode=Auto.</font></td>
410 <td align="left" valign="top"><font face="Courier New, Courier">RaiseDelay</font></td>
412 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">integer number (default:
415 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">How many tenths of a second to
416 wait before raising a window in Auto or Semi-Auto focus mode. 0 disables this feature.</font></td>
420 <td align="left" valign="top"><font face="Courier New, Courier">DoubleClickTime</font></td>
422 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">integer number (default:
425 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">If two mouse clicks occur in
426 this interval of time, it will be considered a double click.</font></td>
430 <td align="left" valign="top"><font face="Courier New, Courier">ColorMapMode</font></td>
432 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Manual or ClickToFocus, Auto or
433 FocusFollowsMouse (default: auto)</font></td>
435 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">The mode of colormap setting. In
436 <i>Manual</i> or <i>ClickToFocus</i> mode, the colormap is set to the one belonging to the current focused
437 window. In <i>Auto</i> or <i>FocusFollowsMouse</i> mode, the colormap is set to the one belonging to the window
438 under the pointer.</font></td>
442 <td align="left" valign="top"><font face="Courier New, Courier">CirculateRaise</font></td>
444 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
447 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether the window should be
448 raised when circulating. (focus the next or previous window through the keyboard)</font></td>
452 <td align="left" valign="top"><font face="Courier New, Courier">OnTopTransients</font></td>
454 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
457 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether transient windows should
458 always be placed over their owners</font></td>
462 <td align="left" valign="top"><font face="Courier New, Courier">WindowPlacement</font></td>
464 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">auto, cascade, manual, or random
465 (default: cascade)</font></td>
467 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sets placement mode for new
468 windows. <i>Auto</i> places the window automatically in the first open space found in the workspace.
469 <i>Cascade</i> places the window in incrementing positions starting from the the top-left corner of the
470 workspace. <i>Manual</i> allows you to place the window interactively with the mouse. <i>Random</i> paces the
471 window randomly in the workspace.</font></td>
475 <td align="left" valign="top"><font face="Courier New, Courier">WindowPlaceOrigin</font></td>
477 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">(X,Y) where X and Y are integer
478 numbers (default: (0,0))</font></td>
480 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Sets the offset, from the
481 top-left corner of the screen, to place windows. In non-manual WindowPlacement modes windows will not be placed
482 above or to the left of this point.</font></td>
486 <td align="left" valign="top"><font face="Courier New, Courier">AutoArrangeIcons</font></td>
488 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
491 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether icons should be
492 automatically arranged</font></td>
496 <td align="left" valign="top"><font face="Courier New, Courier">ResizeDisplay</font></td>
498 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">center, corner, floating, or
499 line (default: corner)</font></td>
501 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Selects the type or position of
502 the box that shows the window size when a window is being resized. <i>center</i> places the box in the center
503 of the workspace, <i>corner</i> places it in the top-left corner of the workspace, <i>floating</i> places it in
504 the center of the window being resized and <i>line</i> draws the current window size over the workspace, like
505 in a technical drawing.</font></td>
509 <td align="left" valign="top"><font face="Courier New, Courier">MoveDisplay</font></td>
511 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">center, corner or floating
512 (default: corner)</font></td>
514 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Selects the type or position of
515 the box that shows the window position when a window is being moved. The value meanings are the same as for the
516 ResizeDisplay option.</font></td>
520 <td align="left" valign="top"><font face="Courier New, Courier">AlignSubmenus</font></td>
522 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
525 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether submenus should be
526 aligned vertically with their parent menus.</font></td>
530 <td align="left" valign="top"><font face="Courier New, Courier">WrapMenus</font></td>
532 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">boolean (default:
535 <td align="left" valign="top"><font face="Times New Roman, Times, Times Roman">Whether submenus should be
536 placed to the right of their parent menus when they don't fit the screen
. Note that menus placed off the screen
537 can be scrolled
.</font
></td
>
541 <td align
="left" valign
="top"><font face
="Courier New, Courier">ScrollableMenus
</font
></td
>
543 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
546 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether menus that are not fully
547 inside the screen should automatically scroll when the pointer is over them
and near the border of the
552 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuScrollSpeed
</font
></td
>
554 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">speed (default:
557 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The scrolling speed of
562 <td align
="left" valign
="top"><font face
="Courier New, Courier">DontLinkWorkspaces
</font
></td
>
564 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
567 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not automatically
switch to
568 the next
or previous workspace when a window is dragged to the edge of the screen
.</font
></td
>
572 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoWindowUnderDock
</font
></td
>
574 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
577 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">When maximizing windows
, limit
578 their sizes so that they will not be covered by the dock
.</font
></td
>
582 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoWindowOverIcons
</font
></td
>
584 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
587 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">When maximizing windows
, limit
588 their sizes so that they will cover miniwindows
and application icons
.</font
></td
>
592 <td align
="left" valign
="top"><font face
="Courier New, Courier">StickyIcons
</font
></td
>
594 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
597 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether miniwindows should be
598 present in all workspaces
.</font
></td
>
602 <td align
="left" valign
="top"><font face
="Courier New, Courier">CycleWorkspaces
</font
></td
>
604 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
607 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Set to YES
if you want windows
608 that are dragged past the last workspace to be moved to the first workspace
, and vice
-versa
.</font
></td
>
612 <td align
="left" valign
="top"><font face
="Courier New, Courier">AdvanceToNewWorkspace
</font
></td
>
614 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
617 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether windows dragged past the
618 last workspace should create a
new workspace
.</font
></td
>
622 <td align
="left" valign
="top"><font face
="Courier New, Courier">DisableAnimations
</font
></td
>
624 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
627 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether animations
, like the one
628 done during minimization
, should be disabled
.</font
></td
>
632 <td align
="left" valign
="top"><font face
="Courier New, Courier">IconSlideSpeed
</font
></td
>
634 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">speed (default:
637 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The speed of icons when they are
638 being slid across the workspace
.</font
></td
>
642 <td align
="left" valign
="top"><font face
="Courier New, Courier">ShadeSpeed
</font
></td
>
644 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">speed (default:
647 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The speed of the shading
648 animation
.</font
></td
>
652 <td align
="left" valign
="top"><font face
="Courier New, Courier">DisableSound
</font
></td
>
654 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
657 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether sound support in
658 WindowMaker should be disabled
</font
></td
>
662 <td align
="left" valign
="top"><font face
="Courier New, Courier">*DisableWSMouseActions
</font
></td
>
664 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
667 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Whether actions in the workspace
668 triggered by mouse
-clicks should be disabled
. This allows the
use of file
and desktop managers that place icons
669 on the root
window (such
as KDE
).</font
></td
>
673 <td align
="left" valign
="top"><font face
="Courier New, Courier">SelectWindowMouseButton
</font
></td
>
675 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">mouse
button (default:
678 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The mouse button that activates
679 selection of multiple windows in the workspace
.</font
></td
>
683 <td align
="left" valign
="top"><font face
="Courier New, Courier">WindowListMouseButton
</font
></td
>
685 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">mouse
button (default:
688 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The mouse button that opens the
689 window
list menu in the workspace
.</font
></td
>
693 <td align
="left" valign
="top"><font face
="Courier New, Courier">ApplicationMenuMouseButton
</font
></td
>
695 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">mouse
button (default:
698 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The mouse button that opens the
699 applications menu in the workspace
.</font
></td
>
706 <h3
><b
>Appearance Options
</b
></h3
><br
/>
707 Fonts are specified in the X Logical Font Description format
. You can cut
and paste these names from programs like
708 <font face
="Courier New, Courier">xfontsel
</font
>.<br
/>
710 Colors are specified
as color names in the standard X format
. This can be any color name shown by the
<font face
=
711 "Courier New, Courier">showrgb
</font
> program (like black
, white
or gray
) or a color value in the
#rrggbb format, where
712 rr
, gg
and bb is the intensity of the color
component (like
#ff0000 for pure red or #000080 for medium blue). Note that
713 color names in the
#rrggbb format must be enclosed with double quotes.<br />
715 Textures are specified
as an
array, where the first element specifies the texture type followed by a variable number of
718 Valid texture types are
:<br
/>
722 <table border
="0" width
="90%" cellspacing
="0" cellpadding
="5">
725 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(solid
, color
)</font
></th
>
727 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">the texture is a simple solid
732 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(dgradient
, color1
,
735 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">the texture is a diagonal
736 gradient rendered from the top
-left corner to the bottom
-right corner
. The first
argument (color1
) is the color
737 for the top
-left corner
and the
second (color2
) is
for the bottom
-right corner
.</font
></td
>
741 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(hgradient
, color1
,
744 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">the texture is a horizontal
745 gradient rendered from the left edge to the right edge
. The first
argument (color1
) is the color
for the left
746 edge
and the
second (color2
) is
for the right edge
.</font
></td
>
750 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(vgradient
, color1
,
753 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">the texture is a vertical
754 gradient rendered from the top edge to the bottom edge
. The first
argument (color1
) is the color
for the top
755 edge
and the
second (color2
) is
for the bottom edge
.</font
></td
>
759 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(mdgradient
, color1
,
760 color2
,...,color
<i
>n
</i
>)</font
></th
>
762 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">this is equivalent to drgadient
,
763 but you can specify more than two colors
</font
></td
>
767 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(mhgradient
, color1
,
768 color2
,...,color
<i
>n
</i
>)</font
></th
>
770 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">this is equivalent to hrgadient
,
771 but you can specify more than two colors
</font
></td
>
775 <th align
="right" valign
="top"><font face
="Times New Roman, Times, Times Roman">(mvgradient
, color1
,
776 color2
,...,color
<i
>n
</i
>)</font
></th
>
778 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">this is equivalent to vrgadient
,
779 but you can specify more than two colors
</font
></td
>
788 <table border
="0" width
="80%" cellspacing
="0" cellpadding
="5">
791 <td align
="center" valign
="middle"><img src
="guide/images/texsolid.gif" border
="0" width
="151" height
="21" alt
=
792 "[Solid Color]" /></td
>
794 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">(solid
, gray
)</font
></th
>
798 <td align
="center" valign
="middle"><img src
="guide/images/texdgrad.gif" border
="0" width
="151" height
="21" alt
=
799 "[Diagoonal Gradient]" /></td
>
801 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">(dgradient
, gray80
,
806 <td align
="center" valign
="middle"><img src
="guide/images/texhgrad.gif" border
="0" width
="151" height
="21" alt
=
807 "[Horizontal Gradient]" /></td
>
809 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">(hgradient
, gray80
,
814 <td align
="center" valign
="middle"><img src
="guide/images/texvgrad.gif" border
="0" width
="151" height
="21" alt
=
815 "[Vertical Gradient]" /></td
>
817 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">(vgradient
, gray80
,
828 <table border
="0" width
="95%" cellspacing
="0" cellpadding
="5">
831 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Option
</font
></th
>
833 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Value
</font
></th
>
835 <th align
="leftt" valign
="top"><font face
="Times New Roman, Times, Times Roman">Description
</font
></th
>
839 <td align
="left" valign
="top"><font face
="Courier New, Courier">*NewStyle
</font
></td
>
841 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean (default:
844 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Selects between N
*XTSTEP style
845 buttons in the titlebar
and a newer style of buttons
.</font
></td
>
849 <td align
="left" valign
="top"><font face
="Courier New, Courier">WidgetColor
</font
></td
>
851 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">(solid
, color
) where color is a
852 color
name (default: (solid
, grey
))</font
></td
>
854 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Chooses the color to be used in
855 titlebar buttons
if NewStyle
=No
;</font
></td
>
859 <td align
="left" valign
="top"><font face
="Courier New, Courier">WorkspaceBack
</font
></td
>
861 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">a texture
or none (default:
864 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Default texture
for the
865 workspace background
. Note the
<i
>dgradient
</i
> and <i
>mdgradient
</i
> textures can take a lot of time to be
866 rendered
.</font
></td
>
870 <td align
="left" valign
="top"><font face
="Courier New, Courier">IconBack
</font
></td
>
872 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
875 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for the background of
876 icons
and miniwindows
.</font
></td
>
880 <td align
="left" valign
="top"><font face
="Courier New, Courier">FTitleBack
</font
></td
>
882 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
885 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for the focused window
886 titlebar
.</font
></td
>
890 <td align
="left" valign
="top"><font face
="Courier New, Courier">PTitleBack
</font
></td
>
892 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
893 "#616161"))</font
></td
>
895 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for the titlebar of the
896 parent window of the currently focused transient window
</font
></td
>
900 <td align
="left" valign
="top"><font face
="Courier New, Courier">UTitleBack
</font
></td
>
902 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
905 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for unfocused window
906 titlebars
.</font
></td
>
910 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTitleBack
</font
></td
>
912 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
915 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for menu
916 titlebars
.</font
></td
>
920 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTextBack
</font
></td
>
922 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">texture (default: (solid
,
925 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Texture
for menu
930 <td align
="left" valign
="top"><font face
="Courier New, Courier">FTitleColor
</font
></td
>
932 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
935 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The color of the text in the
936 focused window titlebar
.</font
></td
>
940 <td align
="left" valign
="top"><font face
="Courier New, Courier">PTitleColor
</font
></td
>
942 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
945 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text in the
946 titlebar of the parent window of the currently focused transient
.</font
></td
>
950 <td align
="left" valign
="top"><font face
="Courier New, Courier">UTitleColor
</font
></td
>
952 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
955 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">The color
for the text in the
956 titlebar of unfocused windows
.</font
></td
>
960 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTitleColor
</font
></td
>
962 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
965 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text in menu
966 titlebars
</font
></td
>
970 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTextColor
</font
></td
>
972 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
975 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text in menu
980 <td align
="left" valign
="top"><font face
="Courier New, Courier">HighlightColor
</font
></td
>
982 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
985 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the highlighted item
986 in menus
.</font
></td
>
990 <td align
="left" valign
="top"><font face
="Courier New, Courier">HighlightTextColor
</font
></td
>
992 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
995 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the highlighted item
996 text in menus
.</font
></td
>
1000 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuDisabledColor
</font
></td
>
1002 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
1003 "#616161")</font
></td
>
1005 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text of disabled
1006 menu items
.</font
></td
>
1010 <td align
="left" valign
="top"><font face
="Courier New, Courier">ClipTitleColor
</font
></td
>
1012 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
1015 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text in the
1020 <td align
="left" valign
="top"><font face
="Courier New, Courier">CClipTitleColor
</font
></td
>
1022 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">color (default:
1023 "#454045")</font
></td
>
1025 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Color
for the text in the
1026 collapsed clip
.</font
></td
>
1030 <td align
="left" valign
="top"><font face
="Courier New, Courier">WindowTitleFont
</font
></td
>
1032 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica bold
1035 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text in window
1036 titlebars
.</font
></td
>
1040 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTitleFont
</font
></td
>
1042 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica bold
1045 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text in menu
1046 titlebars
)</font
></td
>
1050 <td align
="left" valign
="top"><font face
="Courier New, Courier">MenuTextFont
</font
></td
>
1052 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica medium
1055 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text in menu
1060 <td align
="left" valign
="top"><font face
="Courier New, Courier">IconTitleFont
</font
></td
>
1062 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica medium
1065 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text in miniwindow
1066 titlebars
.</font
></td
>
1070 <td align
="left" valign
="top"><font face
="Courier New, Courier">ClipTitleFont
</font
></td
>
1072 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica bold
1075 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text in the
1080 <td align
="left" valign
="top"><font face
="Courier New, Courier">Displayfont
</font
></td
>
1082 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">font (default: Helvetica medium
1085 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Font
for the text information in
1086 windows
, like the size of windows during resize
.</font
></td
>
1090 <td align
="left" valign
="top"><font face
="Courier New, Courier">TitleJustify
</font
></td
>
1092 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">center
, left
, or right (default:
1095 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Justification of the text in
1096 window titlebars
.</font
></td
>
1103 <h3
><b
>Keyboard Bindings
</b
></h3
><br
/>
1105 Keyboard shortcut specifications are in the form
:<br
/>
1108 <font face
="Courier New, Courier">
1109 [<
;modifier key names
>
; +
] <
;key name
>
;
1113 Where
<i
>modifier key names
</i
> specify an optional modifier key
, like Meta
or Shift
. Any number of modifier keys might
1114 be specified
. The
<i
>key name
</i
> is the actual key that will trigger the action bound to the option
.<br
/>
1119 <table border
="0" width
="80%" cellspacing
="0" cellpadding
="5">
1122 <th align
="right">[F10
]</th
>
1124 <td align
="left">Means the F10 key
.</td
>
1128 <th align
="right"><font face
="Times New Roman, Times, Times Roman">Meta+TAB
</font
></th
>
1130 <td align
="left"><font face
="Times New Roman, Times, Times Roman">Means the TAB key with the Meta modifier key
1131 pressed at the same time
.</font
></td
>
1135 <th align
="right"><font face
="Times New Roman, Times, Times Roman">Meta+Shift+TAB
</font
></th
>
1137 <td align
="left"><font face
="Times New Roman, Times, Times Roman">Means the TAB key with the Meta
and Shift
1138 modifier keys pressed at the same time
.</font
></td
>
1143 Key names can be found at
/usr
/X11R6
/include/X11
/keysymdef
.h The
<b
>XK_
</b
> prefixes must be
ignored (if key name is
1144 <b
>XK_
</b
>Return use Return).<br
/>
1148 <table border
="0" width
="95%" cellspacing
="0" cellpadding
="5">
1151 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Option
</font
></th
>
1153 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Default Value
</font
></th
>
1155 <th align
="leftt" valign
="top"><font face
="Times New Roman, Times, Times Roman">Description
</font
></th
>
1159 <td align
="left" valign
="top"><font face
="Courier New, Courier">RootMenuKey
</font
></td
>
1161 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1163 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Opens the
<a href
=
1164 "chap3.php#3.1.1">root window menu
</a
> at the current
1165 position of the mouse pointer
.</font
></td
>
1169 <td align
="left" valign
="top"><font face
="Courier New, Courier">WindowListKey
</font
></td
>
1171 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1173 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Opens the
<a href
=
1174 "chap3.php#3.1.2">window
list menu
</a
> menu at the current
1175 position of the mouse pointer
.</font
></td
>
1179 <td align
="left" valign
="top"><font face
="Courier New, Courier">WindowMenuKey
</font
></td
>
1181 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1183 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Opens the
<a href
=
1184 "chap2.php#2.2.9">window commands menu
</a
> for the currently
1185 focused window
.</font
></td
>
1189 <td align
="left" valign
="top"><font face
="Courier New, Courier">MiniaturizeKey
</font
></td
>
1191 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1193 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Miniaturizes the currently
1194 focused window
.</font
></td
>
1198 <td align
="left" valign
="top"><font face
="Courier New, Courier">HideKey
</font
></td
>
1200 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1202 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Hides the currently active
1203 application
.</font
></td
>
1207 <td align
="left" valign
="top"><font face
="Courier New, Courier">CloseKey
</font
></td
>
1209 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1211 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Closes the current focused
1216 <td align
="left" valign
="top"><font face
="Courier New, Courier">MaximizeKey
</font
></td
>
1218 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1220 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Maxmizes the currently focused
1225 <td align
="left" valign
="top"><font face
="Courier New, Courier">VMaximizeKey
</font
></td
>
1227 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1229 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Vertically Maximizes the
1230 currently focused window
.</font
></td
>
1234 <td align
="left" valign
="top"><font face
="Courier New, Courier">RaiseKey
</font
></td
>
1236 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Meta+Up
</font
></td
>
1238 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Raises the currently focused
1243 <td align
="left" valign
="top"><font face
="Courier New, Courier">LowerKey
</font
></td
>
1245 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Meta+Down
</font
></td
>
1247 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Lowers the currently focused
1252 <td align
="left" valign
="top"><font face
="Courier New, Courier">RaiseLowerKey
</font
></td
>
1254 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1256 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Raises the window under the
1257 pointer
, or lowers it
if it is already raised
.</font
></td
>
1261 <td align
="left" valign
="top"><font face
="Courier New, Courier">ShadeKey
</font
></td
>
1263 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1265 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Shades the currently focused
1270 <td align
="left" valign
="top"><font face
="Courier New, Courier">SelectKey
</font
></td
>
1272 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1274 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Selects current focused
1279 <td align
="left" valign
="top"><font face
="Courier New, Courier">FocusNextKey
</font
></td
>
1281 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1283 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switch focus to next
1288 <td align
="left" valign
="top"><font face
="Courier New, Courier">FocusPrevKey
</font
></td
>
1290 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1292 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switch focus to previous
1297 <td align
="left" valign
="top"><font face
="Courier New, Courier">NextWorkspaceKey
</font
></td
>
1299 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1301 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to next
1302 workspace
.</font
></td
>
1306 <td align
="left" valign
="top"><font face
="Courier New, Courier">PrevWorkspaceKey
</font
></td
>
1308 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1310 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to previous
1311 workspace
.</font
></td
>
1315 <td align
="left" valign
="top"><font face
="Courier New, Courier">NextWorkspaceLayerKey
</font
></td
>
1317 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1319 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to the next group of
10
1320 workspaces
.</font
></td
>
1324 <td align
="left" valign
="top"><font face
="Courier New, Courier">PrevWorkspaceLayerKey
</font
></td
>
1326 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1328 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to the previous group
1329 of
10 workspaces
.</font
></td
>
1333 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace1Key
</font
></td
>
1335 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1337 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
1342 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace2Key
</font
></td
>
1344 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1346 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
2,
1347 creating it
if it does not exist
.</font
></td
>
1351 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace3Key
</font
></td
>
1353 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1355 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
3,
1356 creating it
if it does not exist
.</font
></td
>
1360 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace4Key
</font
></td
>
1362 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1364 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
4,
1365 creating it
if it does not exist
.</font
></td
>
1369 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace5Key
</font
></td
>
1371 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1373 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
5,
1374 creating it
if it does not exist
.</font
></td
>
1378 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace6Key
</font
></td
>
1380 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1382 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
6,
1383 creating it
if it does not exist
.</font
></td
>
1387 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace7Key
</font
></td
>
1389 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1391 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
7,
1392 creating it
if it does not exist
.</font
></td
>
1396 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace8Key
</font
></td
>
1398 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1400 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
8,
1401 creating it
if it does not exist
.</font
></td
>
1405 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace9Key
</font
></td
>
1407 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1409 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
9,
1410 creating it
if it does not exist
.</font
></td
>
1414 <td align
="left" valign
="top"><font face
="Courier New, Courier">Workspace10Key
</font
></td
>
1416 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1418 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Switches to workspace
10,
1419 creating it
if it does not exist
.</font
></td
>
1423 <td align
="left" valign
="top"><font face
="Courier New, Courier">ClipLowerKey
</font
></td
>
1425 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1427 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Lowers the clip
.</font
></td
>
1431 <td align
="left" valign
="top"><font face
="Courier New, Courier">ClipLowerKey
</font
></td
>
1433 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1435 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Lowers the clip
.</font
></td
>
1439 <td align
="left" valign
="top"><font face
="Courier New, Courier">ClipRaiseLowerKEy
</font
></td
>
1441 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">None
</font
></td
>
1443 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Raises the clip
, or lowers it
if
1444 it is already raised
.</font
></td
>
1452 <a name
="4.1.4"></a
>
1454 <h3
><a name
="4.1.4">4.1.4 Window Attributes
</a
></h3
><a name
="4.1.4"></a
><br
/>
1456 Window attributes are stored in the $
(HOME
)/GNUstep
/Defaults
/WMWindowAttributes file
.<br
/>
1458 The contents of this file is a dictionary of attribute dictionaries keyed by window names
. Like this
:<br
/>
1461 <font face
="Courier New, Courier">
1464 Icon
= "defaultAppIcon.xpm";
1476 </pre
>Window names are in the form
<sup
>1</sup
>:<br
/>
1478 <
;window instance name
>
;.<
;window
class name
>
;<br
/>
1482 <
;window instance name
>
;<br
/>
1486 <
;window
class name
>
;<br
/>
1489 Placing an asterisk
as the window name means that the values set
for that key are to be used
as default values
for all
1490 windows
. So
, since xconsole does not specify an Icon attribute
, it will
use the
default value
, which in the above
1491 example is defaultAppIcon
.xpm
.<br
/>
1494 <font size
="-1"><sup
>1</sup
> You can get the values
for these information by running the
<font face
=
1495 "Courier New, Courier">xprop
</font
> utility on the desired window
. When you
do that
, it will show the following line
,
1496 among other things
:<br
/>
1498 <font face
="Courier New, Courier">WM_CLASS(STRING) = "xterm", "XTerm"</font
><br
/>
1500 The first
string (xterm
) is the window instance name
and the
second (XTerm
) the window
class name
.}</font
>
1503 <h3
><b
>Options
:</b
></h3
><br
/>
1505 The
default is NO
for all options
<br
/>
1510 <table border
="0" width
="95%" cellspacing
="0" cellpadding
="5">
1513 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Option
</font
></th
>
1515 <th align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Value
</font
></th
>
1517 <th align
="leftt" valign
="top"><font face
="Times New Roman, Times, Times Roman">Description
</font
></th
>
1521 <td align
="left" valign
="top"><font face
="Courier New, Courier">Icon
</font
></td
>
1523 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">pixmap file name
</font
></td
>
1525 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Assigns a pixmap image to be
1526 used
as the icon
for that window
.</font
></td
>
1530 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoTitleBar
</font
></td
>
1532 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1534 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Disables the titlebar in the
1539 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoResizeBar
</font
></td
>
1541 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1543 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Disables the resizebar in the
1548 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoMiniaturizeButton
</font
></td
>
1550 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1552 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Remove the miniaturize
1557 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoCloseButton
</font
></td
>
1559 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1561 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Remove the close
1566 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoHideOthers
</font
></td
>
1568 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1570 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not hide the window
, or the
1571 application to which the window belongs when a
<i
>Hide Others
</i
> command is issued
.</font
></td
>
1575 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoMouseBindings
</font
></td
>
1577 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1579 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not grab mouse buttons in
1580 that window
. This means that actions like a Meta
-click on the window will be caught by the application instead
1581 of WindowMaker
.</font
></td
>
1585 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoKeyBindings
</font
></td
>
1587 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1589 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not grab keys in that window
.
1590 This means that keystrokes that would normally be intercepted by
WindowMaker (because they are bound to some
1591 action
), like Meta+Up
, will be passed to the application
.</font
></td
>
1595 <td align
="left" valign
="top"><font face
="Courier New, Courier">NoAppIcon
</font
></td
>
1597 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1599 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not create application icon
1600 for the window
. This is useful
for some applications that incorrectly get more than one application
1605 <td align
="left" valign
="top"><font face
="Courier New, Courier">KeepOnTop
</font
></td
>
1607 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1609 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Always keep the window over
1610 other normal windows
.</font
></td
>
1614 <td align
="left" valign
="top"><font face
="Courier New, Courier">Omnipresent
</font
></td
>
1616 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1618 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Make the window be present in
1619 all workspaces
, AKA sticky window
.</font
></td
>
1623 <td align
="left" valign
="top"><font face
="Courier New, Courier">SkipWindowList
</font
></td
>
1625 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1627 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not
list the window in the
1628 <a href
="chap3.php#3.12">window
list menu
</a
>.</font
></td
>
1632 <td align
="left" valign
="top"><font face
="Courier New, Courier">KeepInsideScreen
</font
></td
>
1634 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1636 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Always keep the window inside
1637 the visible are of the screen
.</font
></td
>
1641 <td align
="left" valign
="top"><font face
="Courier New, Courier">Unfocusable
</font
></td
>
1643 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">boolean
</font
></td
>
1645 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Do not let the window be
1646 focused
.</font
></td
>
1650 <td align
="left" valign
="top"><font face
="Courier New, Courier">StartWorkspace
</font
></td
>
1652 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Workspace number
or
1655 <td align
="left" valign
="top"><font face
="Times New Roman, Times, Times Roman">Make the window always be
1656 initially shown in the indicated workspace
.</font
></td
>
1662 <a name
="4.1.5"></a
>
1664 <h3
><a name
="4.1.5">4.1.5 Applications Menu
</a
></h3
><a name
="4.1.5"></a
> The applications
menu (AKA
: Root Menu
) can be
1665 defined in one of two distinct ways
:<br
/>
1669 <li
>In the form of an
array in property
list format
, in $
(HOME
)/GNUstep
/Defaults
/WMRootMenu
</li
>
1671 <li
>In the form of a text file
, whose location is present in $
(HOME
)/GNUstep
/Defaults
/WMRootMenu
</li
>
1679 <?php
include("footer.php"); ?
>