1
1
=head1 NAME
2
2
3
- B<@PACKAGE@ -config> -- advanced dynamic window manager for X: configuration
3
+ B<adwm -config> -- advanced dynamic window manager for X: configuration
4
4
5
5
=head1 SYNOPSIS
6
6
7
7
F<$HOME/.adwm/adwmrc>
8
8
9
9
=head1 DESCRIPTION
10
10
11
- B<@PACKAGE@ > is a light-weight reparenting , dynamic tiling/stacking
12
- window manager intended on being fully controllable using only the
13
- keyboard: the objective of all dynamic tiling window managers. However,
14
- B<@PACKAGE@> also supports regular stacking floating window management
15
- as well, and point actions are supported on decorative borders.
11
+ B<adwm > is a light-weight re-parenting , dynamic tiling/stacking window
12
+ manager intended on being fully controllable using only the keyboard:
13
+ the objective of all dynamic tiling window managers. However, B<adwm>
14
+ also supports regular stacking floating window management as well, and
15
+ point actions are supported on decorative borders.
16
16
17
17
Customization of configuration is defined in an X Resource formatted
18
18
configuration file. Configuration is part of a main configuration file.
@@ -30,7 +30,7 @@ L<adwm-style(5)>.
30
30
=head1 SYNTAX
31
31
32
32
The general syntax of configuration directives, as specified directly in
33
- the B<@PACKAGE@ > resource file, is as follows:
33
+ the B<adwm > resource file, is as follows:
34
34
35
35
=over
36
36
@@ -231,7 +231,7 @@ from zero (0) to the total number of tags minus one. Example:
231
231
=item [B<screenE<lt>sE<gt>.>]B<deflayout> I<E<lt>layoutE<gt>>
232
232
233
233
Specifies the default layout for views that have no layout defined for
234
- them. The argument, I<E<lt>layoutE<gt>>, is a single lowercase ascii
234
+ them. The argument, I<E<lt>layoutE<gt>>, is a single lowercase ASCII
235
235
character that designates the layout, that can be one of the following:
236
236
237
237
B<> B<'i'> stacking window arrangement;
@@ -259,7 +259,7 @@ When unspecified for a view, defaults to the setting of the B<deflayout>
259
259
(usually floating/stacking). This is only the default setting for the
260
260
view at startup: it is possible to use the key bindings to change the
261
261
layout for a view. The argument, I<E<lt>layoutE<gt>>, is a single
262
- lowercase ascii character that designates the layout, that can be one of
262
+ lowercase ASCII character that designates the layout, that can be one of
263
263
the following:
264
264
265
265
B<> B<'i'> stacking window arrangement;
@@ -385,11 +385,11 @@ general directives are as follows:
385
385
386
386
=item B<useveil> I<E<lt>boolE<gt>>
387
387
388
- B<@PACKAGE@ > has the ability to raise a parent-relative window (veil)
389
- over the desktop work area before configuring window and then dropping
390
- the veil after windows are reconfigured. This serves to avoid
391
- unnecessary exposure events and to speed reconfiguration of the layout.
392
- On some versions of the X server, this has the reverse effect and causes
388
+ B<adwm > has the ability to raise a parent-relative window (veil) over
389
+ the desktop work area before configuring window and then dropping the
390
+ veil after windows are reconfigured. This serves to avoid unnecessary
391
+ exposure events and to speed reconfiguration of the layout. On some
392
+ versions of the X server, this has the reverse effect and causes
393
393
flickering and unnecessary exposure events. This option is present so
394
394
that the veil behaviour can be set appropriately for a specific system.
395
395
@@ -565,15 +565,15 @@ Adwm*B<snap>: I<5>
565
565
566
566
=item [B<screenE<lt>sE<gt>.>]B<dragdistance> I<E<lt>pixelsE<gt>>
567
567
568
- When B<@PACKAGE@ > receives a click on a title bar or resize grip, the
569
- action performed can depend on whether the pointer is dragged or whether
570
- the button is simply clicked. When clicking a mouse button, the pointer
571
- may mechanically move a small amount making it difficult to click in a
572
- title bar or resize grip. The drag distance, I<E<lt>pixelsE<gt>>, is
573
- the distance that the pointer can move while a button is depressed
574
- without the window manager considering the action to be a drag. This
575
- applies to all drags supported by the window manager. The default value
576
- is five (5) pixels.
568
+ When B<adwm > receives a click on a title bar or resize grip, the action
569
+ performed can depend on whether the pointer is dragged or whether the
570
+ button is simply clicked. When clicking a mouse button, the pointer may
571
+ mechanically move a small amount making it difficult to click in a title
572
+ bar or resize grip. The drag distance, I<E<lt>pixelsE<gt>>, is the
573
+ distance that the pointer can move while a button is depressed without
574
+ the window manager considering the action to be a drag. This applies to
575
+ all drags supported by the window manager. The default value is five
576
+ (5) pixels.
577
577
Example:
578
578
579
579
=over
@@ -646,10 +646,6 @@ Adwm*B<ncolumns>: I<3>
646
646
647
647
=back
648
648
649
- =item [B<screenE<lt>sE<gt>.>]B<opacity> I<E<lt>floatE<gt>>
650
-
651
- Not currently used.
652
-
653
649
=back
654
650
655
651
=head2 DOCK DIRECTIVES
0 commit comments