]> git.decadent.org.uk Git - ion3.git/blob - man/pwm3.in
[svn-inject] Installing original source of ion3
[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 \-xinerama 0|1
35 If Ioncore was compiled with Xinerama support, this option can be used to
36 enable/disable (1/0) the use of it. The default is _not_ to use Xinerama
37 screen information.
38 .TP
39 .B \-help
40 Show help on command line options
41 .TP
42 .B \-version
43 Show version
44 .TP
45 .B \-about
46 Show about text (version, copyright)
47
48 .SH BINDINGS
49
50 These are the default key and pointer bindings. (\fBMod1\fP) depends on your
51 system. On PC:s with XFree86 it is probably bound to the left Alt key
52 (\fBAlt_L\fP). On Suns it is usually bound to the diamond keys
53 (\fBMeta_L\fP, \fBMeta_R\fP). Use \fIxmodmap(1x)\fP to find out.
54
55 The string in square brackets after a binding group heading below indicates
56 the module that whose configuration file defines these bindings.
57
58 .SS Globally available bindings
59
60 BINDINGS:WScreen
61
62 .".SS Bindings operating on both frames and screens and their children
63
64 BINDINGS:WMPlex
65
66 .SS Bindings operating on frames and their children
67
68 BINDINGS:WFrame
69
70 .SS Move/resize mode bindings
71
72 BINDINGS:WMoveresMode
73
74 .SS Bindings for floating workspaces and frames [mod_floatws]
75
76 BINDINGS:WGroupWS
77
78 BINDINGS:WFloatFrame
79
80 .SS Bindings for menus [mod_menu]
81
82 BINDINGS:WMenu
83
84
85 .SH FILES AND DIRECTORIES
86 .TP
87 .B ETCDIR/cfg_pwm.lua
88 System default main configuration file
89 .TP
90 .B ETCDIR/cfg_*.lua
91 Other configuration files
92 .TP
93 .B ETCDIR/look_*.lua
94 Colour scheme configuration files
95 .TP
96 .B ~/.pwm3/
97 User configuration files
98 .TP
99 .B ~/.pwm3/cfg_pwm.lua
100 User default main configuration file (overrides system default)
101
102 .SH SEE ALSO
103
104 For more information, see
105 \fIion3(1)\fP.
106
107 .SH AUTHOR
108 Both PWM and Ion have been written by Tuomo Valkonen <tuomov at iki.fi>.