]> git.decadent.org.uk Git - ion3.git/blob - man/pwm3.in
e38625b5eb2be2281dcd92a13c29a206e6824789
[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, copyright)
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 both frames and screens and their children
58
59 BINDINGS:WMPlex
60
61 .SS Bindings operating on frames and their children
62
63 BINDINGS:WFrame
64
65 .SS Move/resize mode bindings
66
67 BINDINGS:WMoveresMode
68
69 .SS Bindings for floating workspaces and frames [mod_floatws]
70
71 BINDINGS:WGroupWS
72
73 BINDINGS:WFrame.floating
74
75 .SS Bindings for menus [mod_menu]
76
77 BINDINGS:WMenu
78
79
80 .SH FILES AND DIRECTORIES
81 .TP
82 .B ETCDIR/cfg_pwm.lua
83 System default main configuration file
84 .TP
85 .B ETCDIR/cfg_*.lua
86 Other configuration files
87 .TP
88 .B ETCDIR/look_*.lua
89 Colour scheme configuration files
90 .TP
91 .B ~/.pwm3/
92 User configuration files
93 .TP
94 .B ~/.pwm3/cfg_pwm.lua
95 User default main configuration file (overrides system default)
96
97 .SH SEE ALSO
98
99 For more information, see
100 \fIion3(1)\fP.
101
102 .SH AUTHOR
103 Both PWM and Ion have been written by Tuomo Valkonen <tuomov at iki.fi>.