diff options
| author | Allusive <[email protected]> | 2023-10-11 12:17:50 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-11 12:17:50 +1100 |
| commit | ed49f668b6f2cbf07b29adc3ba0fae14873d1899 (patch) | |
| tree | e34eaf6d03342b07ff73b6563de9fce10442ebdb | |
| parent | Update README.md (diff) | |
| download | compfy-ed49f668b6f2cbf07b29adc3ba0fae14873d1899.tar.xz compfy-ed49f668b6f2cbf07b29adc3ba0fae14873d1899.zip | |
Update README.md
| -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 |