Skip to content

Commit

Permalink
Docs: Three small fixes in documentation (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
serweryn617 committed Jan 19, 2024
1 parent ededb6e commit 29950b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libqtile/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ def vsplit(self, rowheight: int) -> tuple[ScreenRect, ScreenRect]:


class Screen(CommandObject):
"""
r"""
A physical screen, and its associated paraphernalia.
Define a screen with a given set of :class:`Bar`s of a specific geometry. Also,
Define a screen with a given set of :class:`Bar`\s of a specific geometry. Also,
``x``, ``y``, ``width``, and ``height`` aren't specified usually unless you are
using 'fake screens'.
Expand Down
2 changes: 1 addition & 1 deletion libqtile/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def client_focus(client):
from libqtile import hook
from libqtile.utils import send_notification
@hook.subscribe.client_killed
@hook.subscribe.client_mouse_enter
def client_mouse_enter(client):
send_notification("qtile", f"Mouse has entered {client.name}")
Expand Down
2 changes: 1 addition & 1 deletion libqtile/widget/backlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Backlight(base.InLoopPollText):
You can also bind keyboard shortcuts to the backlight widget with:
.. code-block: python
.. code-block:: python
from libqtile.widget import backlight
Key(
Expand Down

0 comments on commit 29950b7

Please sign in to comment.