summaryrefslogtreecommitdiff
path: root/run-shell/README_old.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2019-03-30 18:29:42 -0400
committerGitHub <noreply@github.com>2019-03-30 18:29:42 -0400
commit38d85c4c1c72de3f8694fc5a04472aea50e6e715 (patch)
treed516645073d7820c7c82626b07ca55f1d55a4fa0 /run-shell/README_old.md
parent2e2ab20022875fdcda969b39cb25c3f39cb98b24 (diff)
Rename README_old.md to README.md
Diffstat (limited to 'run-shell/README_old.md')
-rw-r--r--run-shell/README_old.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/run-shell/README_old.md b/run-shell/README_old.md
deleted file mode 100644
index ae1dbbb..0000000
--- a/run-shell/README_old.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# Run Shell
-
-Run prompt which is put inside a widget:
-
-![video](./out.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),
- \ No newline at end of file