From 65bf8eaa6dc89d9bd378d051baba08c271efdb88 Mon Sep 17 00:00:00 2001 From: Al-Hassan Abdel-Raouf Date: Fri, 8 May 2020 10:42:28 +0200 Subject: [PATCH 1/2] add init.lua to use the package easily --- init.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 init.lua diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..e2f57e5 --- /dev/null +++ b/init.lua @@ -0,0 +1,3 @@ +return { + screenshot = require("awesomewm-screenshot.screenshot") +} From e1395b516cc3d21daf1da37d7373c96563d00c4b Mon Sep 17 00:00:00 2001 From: Ilya Rusyanov Date: Thu, 23 Jul 2020 23:22:12 +0300 Subject: [PATCH 2/2] fix your readme for ease of installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e40001..df49de2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Just put these line to the appropriate places in ```lua -- Load the widget. -local screenshot = require("screenshot") +local screenshot = require("awesomewm-screenshot.screenshot") -- Configure the hotkeys. awful.key({ }, "Print", scrot_full,