File: pwm3.in

package info (click to toggle)
notion 3%2B2012042300-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 4,724 kB
  • sloc: ansic: 45,614; makefile: 544; sh: 409; perl: 113
file content (111 lines) | stat: -rw-r--r-- 2,591 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.TH PWM 1
.SH NAME
PWM - An X11 window manager
.SH SYNOPSIS
.B pwm3
.I "[options]"
.SH "DESCRIPTION"

The original PWM was the first tabbing window manager. This version of
PWM is based on the code of Ion and is actually exactly the same window
manager with only differences in default configuration files, configuration
file lookup paths and some options.

.SH "OPTIONS"
.TP
.B \-display host:display.screen
X display to manage
.TP
.B \-conffile configfile
Configuration file to use instead of default
.TP
.B \-searchdir dir
Directory to search for configuration files and other scripts
.TP
.B \-oneroot
On X servers with multiple (traditional non-Xinerama) screens, manage only
default screen (root window), not all, as given by the -display option or
in the DISPLAY environment variable.
.TP
.B \-session session_name
Set session name. This option affects where workspace and other save files are
put (~/.pwm3/session_name if option set).
.TP
.B \-help
Show help on command line options
.TP
.B \-version
Show version
.TP
.B \-about
Show about text (version, author, license)

.SH BINDINGS

These are the default key and pointer bindings. (\fBMod1\fP) depends on your
system. On PC:s with XFree86 it is probably bound to the left Alt key
(\fBAlt_L\fP). On Suns it is usually bound to the diamond keys
(\fBMeta_L\fP, \fBMeta_R\fP). Use \fIxmodmap(1x)\fP to find out.

The string in square brackets after a binding group heading below indicates
the module that whose configuration file defines these bindings.

.SS Globally available bindings

BINDINGS:WScreen

.SS Bindings operating on all frames and screens and their children

BINDINGS:WMPlex

.SS Bindings operating on all frames and their children

BINDINGS:WFrame
BINDINGS:WFrame.floating

.SS Bindings operating on top-level (non-transient) frames as well as screens

BINDINGS:WMPlex.toplevel

.SS Bindings operating on top-level (non-transient) frames

BINDINGS:WFrame.toplevel

.SS Bindings for client windows

BINDINGS:WClientWin
BINDINGS:WGroupCW

.SS Move/resize mode bindings

BINDINGS:WMoveresMode

.SS Bindings for menus [mod_menu]

BINDINGS:WMenu


.SH FILES AND DIRECTORIES
.TP
.B ETCDIR/cfg_pwm.lua
System default main configuration file
.TP
.B ETCDIR/cfg_*.lua
Other configuration files
.TP
.B ETCDIR/look_*.lua
Colour scheme configuration files
.TP
.B ~/.pwm3/
User configuration files
.TP
.B ~/.pwm3/cfg_pwm.lua
User default main configuration file (overrides system default)

.SH SEE ALSO

For more information, see
\fInotion(1)\fP.

.SH AUTHOR
Both PWM and Ion have been written by Tuomo Valkonen <tuomov at iki.fi>.