iwd-dmenu

An interactive iwd menu using dmenu.
git clone git://mattcarlson.org/repos/iwd-dmenu.git
Log | Files | Refs | README

README.md (621B)


      1 # iwd-dmenu
      2 An interactive iwd menu using dmenu.
      3 
      4 ![iwd-dmenu](https://mattcarlson.org/img/iwd-dmenu.png)
      5 
      6 Used with my [dotfiles](https://www.git.mattcarlson.org/sites/dots/). This script has some hacky solutions, will maybe improve them ¯\\\_(ツ)_/¯
      7 
      8 Aside from grep word boundaries, this script should be pretty portable.
      9 
     10 Some dependencies:
     11 - iwd (duh)
     12 - dmenu (with center and password patches)
     13 - [herbe](https://github.com/dudik/herbe)
     14 
     15 # Installation
     16 ```shell
     17 $ git clone https://github.com/matthewlscarlson/iwd-dmenu/
     18 $ cd iwd-dmenu
     19 $ sudo make install
     20 ```
     21 
     22 # Usage
     23 Just run `iwd-dmenu` from the command line.