awesome-wm-widgets/run-shell
streetturtle 45b718d0b7
Update README.md
2019-03-30 22:37:20 -04:00
..
README.md Update README.md 2019-03-30 22:37:20 -04:00
out.mp4 add run shell video 2019-03-30 18:29:01 -04:00
run-shell.lua add run shell video 2019-03-30 18:29:01 -04:00

README.md

Run Shell

Run prompt which is put inside a widget:

Demo

Installation

  1. Clone this repo under ~/.config/awesome/:

    git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
    
  2. Require widget at the beginning of rc.lua:

    local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
    
  3. Use it (don't forget to comment out the default prompt):

    awful.key({modkey}, "r", function () run_shell.launch() end),