Skip to content

Commit

Permalink
Fixed line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
cblegare committed May 31, 2017
1 parent 2febb4b commit 9a186a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xdmenu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ def __init__(self, proc_runner=None, **kwargs):
filter (bool): activates filter mode. All matching items currently
shown in the list will be selected, starting with the item that
is highlighted and wrapping around to the beginning of the list.
Equivalent for the ``-r`` command line option of dmenu2.
is highlighted and wrapping around to the beginning of the
list. Equivalent for the ``-r`` command line option of dmenu2.
fuzzy (bool): dmenu uses fuzzy matching. It matches items that have
all characters entered, in sequence they are entered, but there
Expand Down

0 comments on commit 9a186a1

Please sign in to comment.