Skip to content

Commit feaded9

Browse files
authored
Merge pull request #2 from radarhere/image_grab_wayland_kde
Updated documentation
2 parents ec11f7a + 382c3ab commit feaded9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/ImageGrab.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ or the clipboard to a PIL image memory.
1616
the entire screen is copied, and on macOS, it will be at 2x if on a Retina screen.
1717

1818
On Linux, if ``xdisplay`` is ``None`` and the default X11 display does not return
19-
a snapshot of the screen, ``gnome-screenshot`` will be used as fallback if it is
20-
installed. To disable this behaviour, pass ``xdisplay=""`` instead.
19+
a snapshot of the screen, ``gnome-screenshot`` or ``spectacle`` will be used as a
20+
fallback if they are installed. To disable this behaviour, pass ``xdisplay=""``
21+
instead.
2122

2223
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
2324

0 commit comments

Comments
 (0)