diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-18 07:21:31 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-18 07:21:31 +0200 |
commit | 6b63356b64525e53bff5ce79980b54faf0eda2b3 (patch) | |
tree | de3a57627d9ef513726685334e5873632c59bc7b | |
parent | 1590f62a26d8c74aa7c1a451b6de4a88fbcab4b3 (diff) | |
download | ratpoison-6b63356b64525e53bff5ce79980b54faf0eda2b3.zip |
%x formats the xrandr screen number
Defaults to the screen number if XRandR isn't available
-rw-r--r-- | doc/ratpoison.mdoc.1 | 2 | ||||
-rw-r--r-- | doc/ratpoison.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ratpoison.mdoc.1 b/doc/ratpoison.mdoc.1 index db54a07..4db1a7d 100644 --- a/doc/ratpoison.mdoc.1 +++ b/doc/ratpoison.mdoc.1 @@ -909,7 +909,7 @@ width of the window .It Li %W unit to resize the window horizontally (width_inc) .It Li %x -xine screen number +xrandr screen number .It Li %% litteral .Ql % diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 741eaa6..bb220c7 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -395,7 +395,7 @@ The window's width @item %W The window's width increment hint @item %x -the window's xinerama screen +the window's xrandr screen @end table Additionally there can be a number between the percent sign and the format |