aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5985ea5b858fe81831d842b4225f66af4ad1011c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# picom
A Fork of Pijulius picom published by Allusive.

WE NOW HAVE A WIKI!
[Check It Out Here](https://github.com/allusive-dev/picom-allusive/wiki)

### Have An Issue? Open one and I will try to help

## What it adds
Makes the animations way smoother and more customizable than the base picom package.


#### No Changes have been made to this package from pijulius's picom as of yet.

For context: For unknown reason `picom-pijulius-git` was taken off the AUR. 
This repository is here to keep this package up-to-date and on the AUR.

## Installation

### Building Manually
```
$ meson --buildtype=release . build
$ ninja -C build
$ ninja -C build install
```

### Arch Linux or other Arch based distros
```
paru -S picom-allusive
```
or
```
yay -S picom-allusive
```

For those on Crystal Linux

```
ame -S picom-allusive
```