awesome-wm-widgets/run-shell
2020-04-28 20:46:06 -04:00
..
out.mp4 add run shell video 2019-03-30 18:29:01 -04:00
README.md Change cloned dir to proper folder in run-shell 2020-04-25 16:05:02 +01:00
run-shell.lua use screen resolution 2020-04-28 20:46:06 -04:00

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/awesome-wm-widgets
    
  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),