diff --git a/README.md b/README.md index cd72254..2ee1de9 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# awesomewm-mouser +# awesomewm-micky an awesomewm module automatically moves and centers your mouse cursor to the active (focused) window. ### config in your ~/.config/awesome folder ``` -git clone https://github.com/basaran/awesomewm-mouser +git clone https://github.com/basaran/awesomewm-micky ``` and then import in your `rc.lua` ``` -require('awesomewm-mouser') +require('awesomewm-micky') ```