diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2019-02-04 20:37:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 20:37:48 -0500 |
commit | 71a6cbd5e03f84936f2fd05dfe10eefaba454981 (patch) | |
tree | 1d2be3d96da6da5c92fb9865337b9bf29bdb2c6c | |
parent | 2f1644f7cbc1a090ceea89351611150e5451a4cf (diff) |
Update README.md
-rw-r--r-- | run-shell/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
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). |