git clone https://git.lucas.co/fontpreview.git
Mentioned @elsorino as the maintainer of the AUR package
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 940dee2..43ac9f0 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,12 @@ $ mv fontpreview ~/scripts/
```
### AUR package
-For arch based distros, an AUR package is available at https://aur.archlinux.org/packages/fontpreview/
+For Arch based distros, an [AUR package](https://aur.archlinux.org/packages/fontpreview/) is available at
+Maintained by **[@elsorino](https://github.com/elsorino)**
+```bash
+yay -Sy fontpreview
+```
## Usage
```
$ fontpreview --help
@@ -97,6 +101,7 @@ export FONTPREVIEW_PREVIEW_TEXT="ABCDEFGHIJKLM\nNOPQRSTUVWXYZ\nabcdefghijklm\nno
## Tips
It is recommended to have the preview window floating. So if you use i3wm or a variant, put this in your config:
+
```
for_window [instance="fontpreview"] floating enable
```