summaryrefslogtreecommitdiff
path: root/run-shell/README.md
diff options
context:
space:
mode:
authorPavel Makhov <pmakhov@touchtunes.com>2019-04-03 09:12:12 -0400
committerPavel Makhov <pmakhov@touchtunes.com>2019-04-03 09:12:12 -0400
commit5ea231d259b90c77df2a42f589fa12c28daf9e1e (patch)
tree3a9e7b7d556e819a6758cf9825b30118faa6b2cb /run-shell/README.md
parented33b1dcf36465ae79352bfca6a66f04fae84b5a (diff)
parent45b718d0b72302ef41d98a993bb89f2e0698e7e4 (diff)
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
Diffstat (limited to 'run-shell/README.md')
-rw-r--r--run-shell/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/run-shell/README.md b/run-shell/README.md
new file mode 100644
index 0000000..59cbb5e
--- /dev/null
+++ b/run-shell/README.md
@@ -0,0 +1,25 @@
+# Run Shell
+
+Run prompt which is put inside a widget:
+
+[Demo](https://imgur.com/ohjAuCQ.mp4)
+
+## Installation
+
+1. Clone this repo under **~/.config/awesome/**:
+
+ ```bash
+ git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
+ ```
+
+1. Require widget at the beginning of **rc.lua**:
+
+ ```lua
+ local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
+ ```
+
+1. Use it (don't forget to comment out the default prompt):
+
+ ```lua
+ awful.key({modkey}, "r", function () run_shell.launch() end),
+