Update README.md

This commit is contained in:
streetturtle 2019-02-04 20:37:48 -05:00 committed by GitHub
parent 2f1644f7cb
commit 71a6cbd5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Run Shell # Run Shell
Blurs background and shows widget with run prompts: Blurs background and shows widget with run prompt:
![screenshot](./screenshot.png) ![screenshot](./screenshot.png)
## Install ## Installation
1. Clone this repo under **~/.config/awesome/**: 1. Clone this repo under **~/.config/awesome/**:
@ -23,3 +23,4 @@ Blurs background and shows widget with run prompts:
```lua ```lua
awful.key({modkey}, "r", function () run_shell.launch() end), awful.key({modkey}, "r", function () run_shell.launch() end),
``` ```
:warning: I am not 100% sure but it may (memory) leak. If awesome uses lots of RAM just reload config (Ctrl + Mod4 + r).