iwd-dmenu

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

commit 540b93c93be77e1e5e5adc03bae732b66a27c93f
parent 34578b0b4144700dfaf2f157f93c88f9a607fab0
Author: Matthew Carlson <matt@mattcarlson.org>
Date:   Wed, 31 Aug 2022 20:43:48 -0400

new url

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ An interactive iwd menu using dmenu. ![iwd-dmenu](https://mattcarlson.org/img/iwd-dmenu.png) -Used with my [dotfiles](https://www.git.mcarlson.xyz/dots/). This script has some hacky solutions, will maybe improve them ¯\\\_(ツ)_/¯ +Used with my [dotfiles](https://www.git.mattcarlson.org/sites/dots/). This script has some hacky solutions, will maybe improve them ¯\\\_(ツ)_/¯ Aside from grep word boundaries, this script should be pretty portable. @@ -14,7 +14,7 @@ Some dependencies: # Installation ```shell -$ git clone https://github.com/mlscarlson/iwd-dmenu/ +$ git clone https://github.com/matthewlscarlson/iwd-dmenu/ $ cd iwd-dmenu $ sudo make install ```