]> git.decadent.org.uk Git - ion3.git/blob - man/pwm3.in
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / man / pwm3.in
1 .TH PWM 1
2 .SH NAME
3 PWM - An X11 window manager
4 .SH SYNOPSIS
5 .B pwm3
6 .I "[options]"
7 .SH "DESCRIPTION"
8
9 The original PWM was the first tabbing window manager. This version of
10 PWM is based on the code of Ion and is actually exactly the same window
11 manager with only differences in default configuration files, configuration
12 file lookup paths and some options.
13
14 .SH "OPTIONS"
15 .TP
16 .B \-display host:display.screen
17 X display to manage
18 .TP
19 .B \-conffile configfile
20 Configuration file to use instead of default
21 .TP
22 .B \-searchdir dir
23 Directory to search for configuration files and other scripts
24 .TP
25 .B \-oneroot
26 On X servers with multiple (traditional non-Xinerama) screens, manage only
27 default screen (root window), not all, as given by the -display option or
28 in the DISPLAY environment variable.
29 .TP
30 .B \-sessionname session_name
31 Set session name. This option affects where workspace and other save files are
32 put (~/.pwm3/session_name if option set).
33 .TP
34 .B \-help
35 Show help on command line options
36 .TP
37 .B \-version
38 Show version
39 .TP
40 .B \-about
41 Show about text (version, author, license)
42
43 .SH BINDINGS
44
45 These are the default key and pointer bindings. (\fBMod1\fP) depends on your
46 system. On PC:s with XFree86 it is probably bound to the left Alt key
47 (\fBAlt_L\fP). On Suns it is usually bound to the diamond keys
48 (\fBMeta_L\fP, \fBMeta_R\fP). Use \fIxmodmap(1x)\fP to find out.
49
50 The string in square brackets after a binding group heading below indicates
51 the module that whose configuration file defines these bindings.
52
53 .SS Globally available bindings
54
55 BINDINGS:WScreen
56
57 .SS Bindings operating on all frames and screens and their children
58
59 BINDINGS:WMPlex
60
61 .SS Bindings operating on all frames and their children
62
63 BINDINGS:WFrame
64 BINDINGS:WFrame.floating
65
66 .SS Bindings operating on top-level (non-transient) frames as well as screens
67
68 BINDINGS:WMPlex.toplevel
69
70 .SS Bindings operating on top-level (non-transient) frames
71
72 BINDINGS:WFrame.toplevel
73
74 .SS Bindings for client windows
75
76 BINDINGS:WClientWin
77 BINDINGS:WGroupCW
78
79 .SS Move/resize mode bindings
80
81 BINDINGS:WMoveresMode
82
83 .SS Bindings for menus [mod_menu]
84
85 BINDINGS:WMenu
86
87
88 .SH FILES AND DIRECTORIES
89 .TP
90 .B ETCDIR/cfg_pwm.lua
91 System default main configuration file
92 .TP
93 .B ETCDIR/cfg_*.lua
94 Other configuration files
95 .TP
96 .B ETCDIR/look_*.lua
97 Colour scheme configuration files
98 .TP
99 .B ~/.pwm3/
100 User configuration files
101 .TP
102 .B ~/.pwm3/cfg_pwm.lua
103 User default main configuration file (overrides system default)
104
105 .SH SEE ALSO
106
107 For more information, see
108 \fIion3(1)\fP.
109
110 .SH AUTHOR
111 Both PWM and Ion have been written by Tuomo Valkonen <tuomov at iki.fi>.