Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 571 Bytes

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),