diff --git a/run-shell/README.md b/run-shell/README.md index ad409e2..ca7b268 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -1,10 +1,10 @@ # Run Shell -Blurs background and shows widget with run prompts: +Blurs background and shows widget with run prompt: ![screenshot](./screenshot.png) -## Install +## Installation 1. Clone this repo under **~/.config/awesome/**: @@ -22,4 +22,5 @@ Blurs background and shows widget with run prompts: ```lua awful.key({modkey}, "r", function () run_shell.launch() end), - ``` \ No newline at end of file + ``` +:warning: I am not 100% sure but it may (memory) leak. If awesome uses lots of RAM just reload config (Ctrl + Mod4 + r).