commit f6e0218fa7a4a6045792e61bcae10e16d34dcd2b parent abe1e3c85df10069e483ea14e4e6d87e9aed17fa Author: Ingo Bürk <admin@airblader.de> Date: Fri, 27 Sep 2019 07:14:20 +0200 Merge pull request #247 from ivanhercaz/patch-1 Add a note about the image processing issues Diffstat:
| M | README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md @@ -11,7 +11,9 @@ Many little improvements have been made to i3lock over time: after waking up your computer from suspend to RAM) - You can specify either a background color or a PNG image which will be - displayed while your screen is locked. + displayed while your screen is locked. Note that i3lock is not an image +manipulation software. If you need to resize the image to fill the screen +or similar, use existing tooling to do this before passing it to i3lock. - You can specify whether i3lock should bell upon a wrong password.
