awesomewm-micky/README.md

17 lines
298 B
Markdown
Raw Permalink Normal View History

2021-05-29 06:01:44 +02:00
# awesomewm-micky
2021-05-29 06:01:09 +02:00
an awesomewm module automatically moves and centers your mouse cursor to the active (focused) window.
### config
in your ~/.config/awesome folder
```
2021-05-29 06:01:44 +02:00
git clone https://github.com/basaran/awesomewm-micky
2021-05-29 06:01:09 +02:00
```
and then import in your `rc.lua`
```
2021-05-29 06:01:44 +02:00
require('awesomewm-micky')
2021-05-29 06:01:09 +02:00
```