diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.1 | 2 | ||||
-rw-r--r-- | doc/ratpoison.texi | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1 index c1cfc6d..d953965 100644 --- a/doc/ratpoison.1 +++ b/doc/ratpoison.1 @@ -660,6 +660,8 @@ The following substitutions happen in format: .br %i by the X Window ID, .br +%p by the process ID, +.br %l by the last access number, .br %M by the string \fBMaxsize\fP, if it specifies a maximum size, diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 788c7f0..75a5e7a 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -386,6 +386,8 @@ A unique number based on when the window was last accessed. The higher the number, the more recently it was accessed. @item %n The window number +@item %p +Process ID ('?' if _NET_WM_PID isn't set) @item %s Window status (current window, last window, etc) @item %S |