Fix and update documentation concerning i3wm
update dependencies for xrandr and i3ipc, fix a typo
This commit is contained in:
parent
38ce0e73c8
commit
e8955532c9
|
@ -30,8 +30,9 @@ Generic requirements
|
||||||
with bazaar repositories.
|
with bazaar repositories.
|
||||||
* ``pyuv`` python package. Required for :ref:`libuv-based watcher
|
* ``pyuv`` python package. Required for :ref:`libuv-based watcher
|
||||||
<config-common-watcher>` to work.
|
<config-common-watcher>` to work.
|
||||||
* ``i3-py``, `available on github <https://github.com/ziberna/i3-py>`_. Required
|
* ``i3-ipc`` python package. Required for i3wm bindings and segments.
|
||||||
for i3wm bindings and segments.
|
* ``xrandr`` program. Required for the multi-monitor lemonbar binding and the
|
||||||
|
:py:func:`powerline.listers.i3wm.output_lister`.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Until mercurial and bazaar support Python-3 or PyPy powerline will not
|
Until mercurial and bazaar support Python-3 or PyPy powerline will not
|
||||||
|
|
|
@ -28,7 +28,7 @@ def workspace_lister(pl, segment_info, only_show=None, output=None):
|
||||||
|
|
||||||
Sets the segment info values of ``workspace`` and ``output`` to the name of
|
Sets the segment info values of ``workspace`` and ``output`` to the name of
|
||||||
the i3 workspace and the ``xrandr`` output respectively and the keys
|
the i3 workspace and the ``xrandr`` output respectively and the keys
|
||||||
``"visible"``, ``"urgent"`` and ``"focused`` to a boolean indicating these
|
``"visible"``, ``"urgent"`` and ``"focused"`` to a boolean indicating these
|
||||||
states.
|
states.
|
||||||
|
|
||||||
:param list only_show:
|
:param list only_show:
|
||||||
|
|
Loading…
Reference in New Issue