Update README.md
This commit is contained in:
parent
2f1644f7cb
commit
71a6cbd5e0
|
@ -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/**:
|
||||||
|
|
||||||
|
@ -22,4 +22,5 @@ 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).
|
||||||
|
|
Loading…
Reference in New Issue