Merge pull request #1565 from s-ol/doc-fixes

Fix and update documentation concerning i3wm
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2016-04-07 20:07:09 +03:00
commit 94b53d226f
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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: