diff options
| -rw-r--r-- | README.md | 30 |
1 files changed, 10 insertions, 20 deletions
@@ -1,28 +1,18 @@ -# picom -A Fork of Pijulius picom published by Allusive. +# picom-allusive +A Fork of Pijulius picom by Allusive. -Want to support my work? DM me and [let's chat](https://github.com/allusive-dev/allusive-dev#contact-me). - -## Documentation can now be found live on my website! - -https://docs.allusive.dev - -Can't find what you need in the docs or have an problem? Open an Issue. +Want to support my work or just ask a personal question? DM me and [let's chat](https://github.com/allusive-dev/allusive-dev#contact-me). ## What Is This? -This is a fork of picom-pijulius which is avaliable on the AUR. This repository/package aims to improve upon and maintain this version of picom. +This is a fork of picom-pijulius which is avaliable on Nixpkgs and the Arch User Repository. -Currently this revised package has had its code cleaned up and manpages updated to be functional. +This is currently the best actively maintained fork of picom adding proper animations. -## Guides - -[Wiki](https://github.com/allusive-dev/picom-allusive/wiki) +## Documentation can now be found live on my website! -``` -$ man picom +https://docs.allusive.dev -// Above command only works if the package is installed. -``` +Can't find what you need in the docs or have an problem? Open an Issue. ## Installation @@ -35,11 +25,11 @@ $ ninja -C build install ### Arch Linux or other Arch based distros ``` -paru -S picom-allusive +$ paru -S picom-allusive ``` or ``` -yay -S picom-allusive +$ yay -S picom-allusive ``` ### NixOS |