From 45931e1ccbbf4c620f46038d7972f68cacfb76df Mon Sep 17 00:00:00 2001 From: anakha Date: Sat, 29 May 2021 00:01:44 -0400 Subject: [PATCH] initial --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') ```