Skip to content

Commit

Permalink
Fix lazy import in Plasma docs
Browse files Browse the repository at this point in the history
91d299e removed the deprecated wrapper for lazy but the Plasma docs
still referred to it.
  • Loading branch information
elParaguayo authored and tych0 committed Apr 28, 2024
1 parent e6c8d6d commit 36c3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/layout/plasma.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,8 @@ class Plasma(Layout):
.. code:: python
from libqtile.command import lazy
from libqtile.config import EzKey
from libqtile.lazy import lazy
...
keymap = {
'M-h': lazy.layout.left(),
Expand Down

0 comments on commit 36c3f76

Please sign in to comment.