aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0ef59bea0c2675e6676316e4789be95143a25789 (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
41
42
43
44
45
46
47
# picom
A Fork of Pijulius picom published by Allusive.

#### Want to support my work? DM me and [let's chat](https://github.com/allusive-dev/allusive-dev#contact-me).

## [Wiki](https://github.com/allusive-dev/picom-allusive/wiki)

#### Can't find what you need in the wiki or have an problem? Open an Issue.

## 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.

Currently this revised package has had its code cleaned up and manpages updated to be functional.

## Guides

[Wiki](https://github.com/allusive-dev/picom-allusive/wiki)

```
$ man picom

// Above command only works if the package is installed.
```

## Installation

### Building Manually
```
$ meson setup --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
```